#AC8D1B

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

Shades of Lucky #AC8D1B

Tints of Lucky #AC8D1B

Color information

#AC8D1B (or 0xAC8D1B) is unknown color: approx Lucky. HEX triplet: AC, 8D and 1B. RGB value is (172,141,27). Sum of RGB (Red+Green+Blue) = 172+141+27=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D1B is #5372E4. Grayscale: #898989. Windows color (decimal): -5468901 or 1805740. OLE color: 1805740.

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

Color convert

RGB17214127-
CMYK00.180.840.33
HSL47.17º72.86%39.02%-
HSV(B)47.17º84.3%67.45%-
XYZ26.7427.95.01-
YUV137.2765.77152.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 141 (55.47% from 255) = 41.47%
BLUE value IS 27 (10.94% from 255) = 7.94%
R=50.59%
G=41.47%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721412700.180.840.3347.1772.8639.02
HexAC8D1B01254212f4927
Octal25421533022124415711147
Binary10101100100011011101101001010101001000011011111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D1B; }

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

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

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

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

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

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

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

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