#ACA618

Color #ACA618 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #ACA618

Tints of Lucky #ACA618

Color information

#ACA618 (or 0xACA618) is unknown color: approx Lucky. HEX triplet: AC, A6 and 18. RGB value is (172,166,24). Sum of RGB (Red+Green+Blue) = 172+166+24=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA618 is #5359E7. Grayscale: #989898. Windows color (decimal): -5462504 or 1615532. OLE color: 1615532.

HSL color Cylindrical-coordinate representation of color #ACA618: hue angle of 57.57º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACA618 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB17216624-
CMYK00.030.860.33
HSL57.57º75.51%38.43%-
HSV(B)57.57º86.05%67.45%-
XYZ30.8136.116.21-
YUV151.6155.99142.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 24 (9.77% from 255) = 6.63%
R=47.51%
G=45.86%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721662400.030.860.3357.5775.5138.43
HexACA6180356213a4c26
Octal2542463003126417211446
Binary10101100101001101100001110101101000011110101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA618; }

 p { color: rgb(172,166,24); }

 H1.HeaderClassName
 {
   color: #ACA618;
 }
 .AnyTagClassName
 {
   color: #ACA618;
 }
</style>
background-color css

<style>
 a { background-color: #ACA618; }

 a { background-color: rgb(172,166,24); }

 div.DivClassName
 {
   background-color: #ACA618;
 }
 .BgClassName
 {
   background-color: #ACA618;
 }
</style>
border-color css

<style>
 span { border-color: #ACA618; }

 span { border-color: rgb(172,166,24); }

 td.TdClassName
 {
   border-color: #ACA618;
 }
 .TagClassName
 {
   border-color: #ACA618;
 }
</style>