Html Css Color HEX #A79701 Lucky

📋 copy color: '#A79701'

red 167 ◦ green 151 ◦ blue 1

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

Shades of Lucky #A79701

Tints of Lucky #A79701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 52.35%
G = 47.34%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A79701 (or 0xA79701) is known color: Lucky. HEX triplet: A7, 97 and 01. RGB value is (167,151,1). Sum of RGB (Red+Green+Blue) = 167+151+1=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A79701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79701 is #5868FE. Grayscale: #8B8B8B. Windows color (decimal): -5794047 or 104359. OLE color: 104359.

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

Color convert

RGB 167 151 1 -
CMYK 0 0.10 0.99 0.35
HSL 54.22º 0.99% 0.33% -
HSV(B) 54.22º 0.99% 0.65% -
XYZ 27.01 30.35 4.46 -
YUV 138.68 50.3 148.2 -
System Red Green Blue C M Y K H S L
Decimal 167 151 1 0 0.10 0.99 0.35 54.22 0.99 0.33
Hex A7 97 1 0 A 63 23 36 63 21
Octal 247 227 1 0 12 143 43 66 143 41
Binary 10100111 10010111 1 0 1010 1100011 100011 110110 1100011 100001

Color Harmonies of #A79701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79701

Black with #A79701

Text Example


Text Example

White with #A79701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79701; }

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

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

background-color css

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

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

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

border-color css

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

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

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