#ACA406

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

Shades of Lucky #ACA406

Tints of Lucky #ACA406

Color information

#ACA406 (or 0xACA406) is unknown color: approx Lucky. HEX triplet: AC, A4 and 06. RGB value is (172,164,6). Sum of RGB (Red+Green+Blue) = 172+164+6=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA406 is #535BF9. Grayscale: #959595. Windows color (decimal): -5463034 or 435372. OLE color: 435372.

HSL color Cylindrical-coordinate representation of color #ACA406: hue angle of 57.11º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACA406 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1721646-
CMYK00.050.970.33
HSL57.11º93.26%34.9%-
HSV(B)57.11º96.51%67.45%-
XYZ30.3235.335.39-
YUV148.3847.65144.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 164 (64.45% from 255) = 47.95%
BLUE value IS 6 (2.73% from 255) = 1.75%
R=50.29%
G=47.95%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172164600.050.970.3357.1193.2634.9
HexACA46056121395d23
Octal254244605141417113543
Binary1010110010100100110010111000011000011110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA406; }

 p { color: rgb(172,164,6); }

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

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

 a { background-color: rgb(172,164,6); }

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

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

 span { border-color: rgb(172,164,6); }

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