#A88E0C

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

Shades of Lucky #A88E0C

Tints of Lucky #A88E0C

Color information

#A88E0C (or 0xA88E0C) is unknown color: approx Lucky. HEX triplet: A8, 8E and 0C. RGB value is (168,142,12). Sum of RGB (Red+Green+Blue) = 168+142+12=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88E0C is #5771F3. Grayscale: #878787. Windows color (decimal): -5730804 or 822952. OLE color: 822952.

HSL color Cylindrical-coordinate representation of color #A88E0C: hue angle of 50º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A88E0C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB16814212-
CMYK00.150.930.34
HSL50º86.67%35.29%-
HSV(B)50º92.86%65.88%-
XYZ25.8927.74.33-
YUV134.9558.61151.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 142 (55.86% from 255) = 44.10%
BLUE value IS 12 (5.08% from 255) = 3.73%
R=52.17%
G=44.10%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681421200.150.930.345086.6735.29
HexA88EC0F5D22325723
Octal25021614017135426212743
Binary101010001000111011000111110111011000101100101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E0C; }

 p { color: rgb(168,142,12); }

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

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

 a { background-color: rgb(168,142,12); }

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

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

 span { border-color: rgb(168,142,12); }

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