#A08E1C

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

Shades of Lucky #A08E1C

Tints of Lucky #A08E1C

Color information

#A08E1C (or 0xA08E1C) is unknown color: approx Lucky. HEX triplet: A0, 8E and 1C. RGB value is (160,142,28). Sum of RGB (Red+Green+Blue) = 160+142+28=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08E1C is #5F71E3. Grayscale: #868686. Windows color (decimal): -6255076 or 1871520. OLE color: 1871520.

HSL color Cylindrical-coordinate representation of color #A08E1C: hue angle of 51.82º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A08E1C is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB16014228-
CMYK00.110.820.37
HSL51.82º70.21%36.86%-
HSV(B)51.82º82.5%62.75%-
XYZ24.3826.95.01-
YUV134.3967.96146.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 142 (55.86% from 255) = 43.03%
BLUE value IS 28 (11.33% from 255) = 8.48%
R=48.48%
G=43.03%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601422800.110.820.3751.8270.2136.86
HexA08E1C0B5225344625
Octal24021634013122456410645
Binary1010000010001110111000101110100101001011101001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08E1C; }

 p { color: rgb(160,142,28); }

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

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

 a { background-color: rgb(160,142,28); }

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

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

 span { border-color: rgb(160,142,28); }

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