Html Css Color HEX #A79D0A Lucky

📋 copy color: '#A79D0A'

red 167 ◦ green 157 ◦ blue 10

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

Shades of Lucky #A79D0A

Tints of Lucky #A79D0A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.01%

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 50%
G = 47.01%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A79D0A (or 0xA79D0A) is known color: Lucky. HEX triplet: A7, 9D and 0A. RGB value is (167,157,10). Sum of RGB (Red+Green+Blue) = 167+157+10=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79D0A is #5862F5. Grayscale: #8F8F8F. Windows color (decimal): -5792502 or 695719. OLE color: 695719.

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

Color convert

RGB 167 157 10 -
CMYK 0 0.06 0.94 0.35
HSL 56.18º 0.89% 0.35% -
HSV(B) 56.18º 0.94% 0.65% -
XYZ 28.05 32.35 5.05 -
YUV 143.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 167 157 10 0 0.06 0.94 0.35 56.18 0.89 0.35
Hex A7 9D A 0 6 5E 23 38 59 23
Octal 247 235 12 0 6 136 43 70 131 43
Binary 10100111 10011101 1010 0 110 1011110 100011 111000 1011001 100011

Color Harmonies of #A79D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79D0A

Black with #A79D0A

Text Example


Text Example

White with #A79D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79D0A; }

 p { color: rgb(167,157,10); }

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

background-color css

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

 a { background-color: rgb(167,157,10); }

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

border-color css

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

 span { border-color: rgb(167,157,10); }

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