#ACA913

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

Shades of Lucky #ACA913

Tints of Lucky #ACA913

Color information

#ACA913 (or 0xACA913) is unknown color: approx Lucky. HEX triplet: AC, A9 and 13. RGB value is (172,169,19). Sum of RGB (Red+Green+Blue) = 172+169+19=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA913 is #5356EC. Grayscale: #999999. Windows color (decimal): -5461741 or 1288620. OLE color: 1288620.

HSL color Cylindrical-coordinate representation of color #ACA913: hue angle of 58.82º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACA913 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB17216919-
CMYK00.020.890.33
HSL58.82º80.1%37.45%-
HSV(B)58.82º88.95%67.45%-
XYZ31.3237.196.14-
YUV152.852.49141.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 169 (66.41% from 255) = 46.94%
BLUE value IS 19 (7.81% from 255) = 5.28%
R=47.78%
G=46.94%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721691900.020.890.3358.8280.137.45
HexACA9130259213b5025
Octal2542512302131417312045
Binary10101100101010011001101010110011000011110111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA913; }

 p { color: rgb(172,169,19); }

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

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

 a { background-color: rgb(172,169,19); }

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

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

 span { border-color: rgb(172,169,19); }

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