#AC9E1E

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

Shades of Lucky #AC9E1E

Tints of Lucky #AC9E1E

Color information

#AC9E1E (or 0xAC9E1E) is unknown color: approx Lucky. HEX triplet: AC, 9E and 1E. RGB value is (172,158,30). Sum of RGB (Red+Green+Blue) = 172+158+30=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E1E is #5361E1. Grayscale: #949494. Windows color (decimal): -5464546 or 2006700. OLE color: 2006700.

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

Color convert

RGB17215830-
CMYK00.080.830.33
HSL54.08º70.3%39.61%-
HSV(B)54.08º82.56%67.45%-
XYZ29.4733.326.11-
YUV147.5961.64145.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 158 (62.11% from 255) = 43.89%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=47.78%
G=43.89%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721583000.080.830.3354.0870.339.61
HexAC9E1E085321364628
Octal25423636010123416610650
Binary1010110010011110111100100010100111000011101101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E1E; }

 p { color: rgb(172,158,30); }

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

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

 a { background-color: rgb(172,158,30); }

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

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

 span { border-color: rgb(172,158,30); }

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