#AC8B1E

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

Shades of Lucky #AC8B1E

Tints of Lucky #AC8B1E

Color information

#AC8B1E (or 0xAC8B1E) is unknown color: approx Lucky. HEX triplet: AC, 8B and 1E. RGB value is (172,139,30). Sum of RGB (Red+Green+Blue) = 172+139+30=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B1E is #5374E1. Grayscale: #888888. Windows color (decimal): -5469410 or 2001836. OLE color: 2001836.

HSL color Cylindrical-coordinate representation of color #AC8B1E: hue angle of 46.06º 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 #AC8B1E is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB17213930-
CMYK00.190.830.33
HSL46.06º70.3%39.61%-
HSV(B)46.06º82.56%67.45%-
XYZ26.4827.335.11-
YUV136.4467.93153.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=50.44%
G=40.76%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721393000.190.830.3346.0670.339.61
HexAC8B1E01353212e4628
Octal25421336023123415610650
Binary10101100100010111111001001110100111000011011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B1E; }

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

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

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

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

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

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

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

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