Html Css Color HEX #A79500 Lucky

📋 copy color: '#A79500'

red 167 ◦ green 149 ◦ blue 0

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

Shades of Lucky #A79500

Tints of Lucky #A79500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.85%
G = 47.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A79500 (or 0xA79500) is known color: Lucky. HEX triplet: A7, 95 and 00. RGB value is (167,149,0). Sum of RGB (Red+Green+Blue) = 167+149+0=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A79500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79500 is #586AFF. Grayscale: #8A8A8A. Windows color (decimal): -5794560 or 38311. OLE color: 38311.

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

Color convert

RGB 167 149 0 -
CMYK 0 0.11 1 0.35
HSL 53.53º 1% 0.33% -
HSV(B) 53.53º 1% 0.65% -
XYZ 26.68 29.71 4.33 -
YUV 137.4 50.46 149.12 -
System Red Green Blue C M Y K H S L
Decimal 167 149 0 0 0.11 1 0.35 53.53 1 0.33
Hex A7 95 0 0 B 64 23 36 64 21
Octal 247 225 0 0 13 144 43 66 144 41
Binary 10100111 10010101 0 0 1011 1100100 100011 110110 1100100 100001

Color Harmonies of #A79500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79500

Black with #A79500

Text Example


Text Example

White with #A79500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79500; }

 p { color: rgb(167,149,0); }

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

background-color css

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

 a { background-color: rgb(167,149,0); }

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

border-color css

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

 span { border-color: rgb(167,149,0); }

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