#AC8E21

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

Shades of Lucky #AC8E21

Tints of Lucky #AC8E21

Color information

#AC8E21 (or 0xAC8E21) is unknown color: approx Lucky. HEX triplet: AC, 8E and 21. RGB value is (172,142,33). Sum of RGB (Red+Green+Blue) = 172+142+33=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E21 is #5371DE. Grayscale: #8B8B8B. Windows color (decimal): -5468639 or 2199212. OLE color: 2199212.

HSL color Cylindrical-coordinate representation of color #AC8E21: hue angle of 47.05º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC8E21 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17214233-
CMYK00.170.810.33
HSL47.05º67.8%40.2%-
HSV(B)47.05º80.81%67.45%-
XYZ26.9628.235.47-
YUV138.5468.44151.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 33 (13.28% from 255) = 9.51%
R=49.57%
G=40.92%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721423300.170.810.3347.0567.840.2
HexAC8E2101151212f4428
Octal25421641021121415710450
Binary101011001000111010000101000110100011000011011111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E21; }

 p { color: rgb(172,142,33); }

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

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

 a { background-color: rgb(172,142,33); }

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

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

 span { border-color: rgb(172,142,33); }

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