#AC8D1A

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

Shades of Lucky #AC8D1A

Tints of Lucky #AC8D1A

Color information

#AC8D1A (or 0xAC8D1A) is unknown color: approx Lucky. HEX triplet: AC, 8D and 1A. RGB value is (172,141,26). Sum of RGB (Red+Green+Blue) = 172+141+26=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D1A is #5372E5. Grayscale: #898989. Windows color (decimal): -5468902 or 1740204. OLE color: 1740204.

HSL color Cylindrical-coordinate representation of color #AC8D1A: hue angle of 47.26º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC8D1A is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB17214126-
CMYK00.180.850.33
HSL47.26º73.74%38.82%-
HSV(B)47.26º84.88%67.45%-
XYZ26.7227.894.95-
YUV137.1665.27152.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 141 (55.47% from 255) = 41.59%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=50.74%
G=41.59%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721412600.180.850.3347.2673.7438.82
HexAC8D1A01255212f4a27
Octal25421532022125415711247
Binary10101100100011011101001001010101011000011011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D1A; }

 p { color: rgb(172,141,26); }

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

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

 a { background-color: rgb(172,141,26); }

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

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

 span { border-color: rgb(172,141,26); }

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