Html Css Color HEX #A78A12 Lucky

📋 copy color: '#A78A12'

red 167 ◦ green 138 ◦ blue 18

#A78A12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #A78A12

Tints of Lucky #A78A12

RGB

 RED value IS 167 (65.63% from 255) = 51.7%

 GREEN value IS 138 (54.3% from 255) = 42.72%

 BLUE value IS 18 (7.42% from 255) = 5.57%

R = 51.7%
G = 42.72%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A78A12 (or 0xA78A12) is known color: 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

RGB 167 138 18 -
CMYK 0 0.17 0.89 0.35
HSL 48.32º 0.81% 0.36% -
HSV(B) 48.32º 0.89% 0.65% -
XYZ 25.13 26.44 4.35 -
YUV 132.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 167 138 18 0 0.17 0.89 0.35 48.32 0.81 0.36
Hex A7 8A 12 0 11 59 23 30 51 24
Octal 247 212 22 0 21 131 43 60 121 44
Binary 10100111 10001010 10010 0 10001 1011001 100011 110000 1010001 100100

Color Harmonies of #A78A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78A12

Black with #A78A12

Text Example


Text Example

White with #A78A12

Text Example


Text Example

HTML Codes & Css Web 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>