Html Css Color HEX #A79702 Lucky

📋 copy color: '#A79702'

red 167 ◦ green 151 ◦ blue 2

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

Shades of Lucky #A79702

Tints of Lucky #A79702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 52.19%
G = 47.19%
B = 0.63%

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

#A79702 (or 0xA79702) is known color: Lucky. HEX triplet: A7, 97 and 02. RGB value is (167,151,2). Sum of RGB (Red+Green+Blue) = 167+151+2=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A79702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79702 is #5868FD. Grayscale: #8B8B8B. Windows color (decimal): -5794046 or 169895. OLE color: 169895.

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

Color convert

RGB 167 151 2 -
CMYK 0 0.10 0.99 0.35
HSL 54.18º 0.98% 0.33% -
HSV(B) 54.18º 0.99% 0.65% -
XYZ 27.01 30.35 4.49 -
YUV 138.8 50.8 148.12 -
System Red Green Blue C M Y K H S L
Decimal 167 151 2 0 0.10 0.99 0.35 54.18 0.98 0.33
Hex A7 97 2 0 A 63 23 36 62 21
Octal 247 227 2 0 12 143 43 66 142 41
Binary 10100111 10010111 10 0 1010 1100011 100011 110110 1100010 100001

Color Harmonies of #A79702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79702

Black with #A79702

Text Example


Text Example

White with #A79702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79702; }

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

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

background-color css

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

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

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

border-color css

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

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

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