Html Css Color HEX #A79008 Lucky

📋 copy color: '#A79008'

red 167 ◦ green 144 ◦ blue 8

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

Shades of Lucky #A79008

Tints of Lucky #A79008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 52.35%
G = 45.14%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A79008 (or 0xA79008) is known color: Lucky. HEX triplet: A7, 90 and 08. RGB value is (167,144,8). Sum of RGB (Red+Green+Blue) = 167+144+8=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A79008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79008 is #586FF7. Grayscale: #878787. Windows color (decimal): -5795832 or 561319. OLE color: 561319.

HSL color Cylindrical-coordinate representation of color #A79008: hue angle of 51.32º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A79008 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 144 8 -
CMYK 0 0.14 0.95 0.35
HSL 51.32º 0.91% 0.34% -
HSV(B) 51.32º 0.95% 0.65% -
XYZ 25.95 28.18 4.3 -
YUV 135.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 167 144 8 0 0.14 0.95 0.35 51.32 0.91 0.34
Hex A7 90 8 0 E 5F 23 33 5B 22
Octal 247 220 10 0 16 137 43 63 133 42
Binary 10100111 10010000 1000 0 1110 1011111 100011 110011 1011011 100010

Color Harmonies of #A79008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79008

Black with #A79008

Text Example


Text Example

White with #A79008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79008; }

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

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

background-color css

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

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

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

border-color css

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

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

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