#A78A12

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

Shades of Lucky #A78A12

Tints of Lucky #A78A12

Color information

#A78A12 (or 0xA78A12) is unknown color: approx Lucky. HEX triplet: A7, 8A and 12. RGB value is (167,138,18). Sum of RGB (Red+Green+Blue) = 167+138+18=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78A12 is #5875ED. Grayscale: #858585. Windows color (decimal): -5797358 or 1215143. OLE color: 1215143.

HSL color Cylindrical-coordinate representation of color #A78A12: hue angle of 48.32º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A78A12 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16713818-
CMYK00.170.890.35
HSL48.32º80.54%36.27%-
HSV(B)48.32º89.22%65.49%-
XYZ25.1326.444.35-
YUV132.9963.11152.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.70%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 18 (7.42% from 255) = 5.57%
R=51.70%
G=42.72%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671381800.170.890.3548.3280.5436.27
HexA78A120115923305124
Octal24721222021131436012144
Binary10100111100010101001001000110110011000111100001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A12; }

 p { color: rgb(167,138,18); }

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

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

 a { background-color: rgb(167,138,18); }

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

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

 span { border-color: rgb(167,138,18); }

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