Html Css Color HEX #A79700 Lucky

📋 copy color: '#A79700'

red 167 ◦ green 151 ◦ blue 0

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

Shades of Lucky #A79700

Tints of Lucky #A79700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.48%

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

R = 52.52%
G = 47.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A79700 (or 0xA79700) is known color: Lucky. HEX triplet: A7, 97 and 00. RGB value is (167,151,0). Sum of RGB (Red+Green+Blue) = 167+151+0=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A79700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79700 is #5868FF. Grayscale: #8B8B8B. Windows color (decimal): -5794048 or 38823. OLE color: 38823.

HSL color Cylindrical-coordinate representation of color #A79700: hue angle of 54.25º 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 #A79700 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 151 0 -
CMYK 0 0.10 1 0.35
HSL 54.25º 1% 0.33% -
HSV(B) 54.25º 1% 0.65% -
XYZ 27 30.35 4.43 -
YUV 138.57 49.8 148.28 -
System Red Green Blue C M Y K H S L
Decimal 167 151 0 0 0.10 1 0.35 54.25 1 0.33
Hex A7 97 0 0 A 64 23 36 64 21
Octal 247 227 0 0 12 144 43 66 144 41
Binary 10100111 10010111 0 0 1010 1100100 100011 110110 1100100 100001

Color Harmonies of #A79700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79700

Black with #A79700

Text Example


Text Example

White with #A79700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79700; }

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

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

background-color css

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

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

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

border-color css

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

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

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