#A78E1E

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

Shades of Lucky #A78E1E

Tints of Lucky #A78E1E

Color information

#A78E1E (or 0xA78E1E) is unknown color: approx Lucky. HEX triplet: A7, 8E and 1E. RGB value is (167,142,30). Sum of RGB (Red+Green+Blue) = 167+142+30=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78E1E is #5871E1. Grayscale: #898989. Windows color (decimal): -5796322 or 2002599. OLE color: 2002599.

HSL color Cylindrical-coordinate representation of color #A78E1E: hue angle of 49.05º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A78E1E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB16714230-
CMYK00.150.820.35
HSL49.05º69.54%38.63%-
HSV(B)49.05º82.04%65.49%-
XYZ25.8427.665.2-
YUV136.7167.78149.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 142 (55.86% from 255) = 41.89%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=49.26%
G=41.89%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671423000.150.820.3549.0569.5438.63
HexA78E1E0F5223314627
Octal24721636017122436110647
Binary1010011110001110111100111110100101000111100011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78E1E; }

 p { color: rgb(167,142,30); }

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

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

 a { background-color: rgb(167,142,30); }

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

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

 span { border-color: rgb(167,142,30); }

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