Html Css Color HEX #A79013 Lucky

📋 copy color: '#A79013'

red 167 ◦ green 144 ◦ blue 19

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

Shades of Lucky #A79013

Tints of Lucky #A79013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.64%

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 50.61%
G = 43.64%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A79013 (or 0xA79013) is known color: Lucky. HEX triplet: A7, 90 and 13. RGB value is (167,144,19). Sum of RGB (Red+Green+Blue) = 167+144+19=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A79013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79013 is #586FEC. Grayscale: #898989. Windows color (decimal): -5795821 or 1282215. OLE color: 1282215.

HSL color Cylindrical-coordinate representation of color #A79013: hue angle of 50.68º degrees, saturation: 0.8, 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 #A79013 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 144 19 -
CMYK 0 0.14 0.89 0.35
HSL 50.68º 0.8% 0.36% -
HSV(B) 50.68º 0.89% 0.65% -
XYZ 26.03 28.21 4.69 -
YUV 136.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 167 144 19 0 0.14 0.89 0.35 50.68 0.8 0.36
Hex A7 90 13 0 E 59 23 33 50 24
Octal 247 220 23 0 16 131 43 63 120 44
Binary 10100111 10010000 10011 0 1110 1011001 100011 110011 1010000 100100

Color Harmonies of #A79013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79013

Black with #A79013

Text Example


Text Example

White with #A79013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79013; }

 p { color: rgb(167,144,19); }

 H1.HeaderClassName
 {
   color: #A79013;
 }
 .AnyTagClassName
 {
   color: #A79013;
 }
</style>

background-color css

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

 a { background-color: rgb(167,144,19); }

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

border-color css

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

 span { border-color: rgb(167,144,19); }

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