#ACA029

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

Shades of Lucky #ACA029

Tints of Lucky #ACA029

Color information

#ACA029 (or 0xACA029) is unknown color: approx Lucky. HEX triplet: AC, A0 and 29. RGB value is (172,160,41). Sum of RGB (Red+Green+Blue) = 172+160+41=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA029 is #535FD6. Grayscale: #969696. Windows color (decimal): -5464023 or 2728108. OLE color: 2728108.

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

Color convert

RGB17216041-
CMYK00.070.760.33
HSL54.5º61.5%41.76%-
HSV(B)54.5º76.16%67.45%-
XYZ29.9834.077.09-
YUV150.0266.48143.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 160 (62.89% from 255) = 42.90%
BLUE value IS 41 (16.41% from 255) = 10.99%
R=46.11%
G=42.90%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721604100.070.760.3354.561.541.76
HexACA029074C21373e2a
Octal254240510711441677652
Binary101011001010000010100101111001100100001110111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA029; }

 p { color: rgb(172,160,41); }

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

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

 a { background-color: rgb(172,160,41); }

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

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

 span { border-color: rgb(172,160,41); }

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