Html Css Color HEX #A49702 Lucky

📋 copy color: '#A49702'

red 164 ◦ green 151 ◦ blue 2

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

Shades of Lucky #A49702

Tints of Lucky #A49702

RGB

 RED value IS 164 (64.45% from 255) = 51.74%

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

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

R = 51.74%
G = 47.63%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A49702 (or 0xA49702) is known color: Lucky. HEX triplet: A4, 97 and 02. RGB value is (164,151,2). Sum of RGB (Red+Green+Blue) = 164+151+2=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A49702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49702 is #5B68FD. Grayscale: #8A8A8A. Windows color (decimal): -5990654 or 169892. OLE color: 169892.

HSL color Cylindrical-coordinate representation of color #A49702: hue angle of 55.19º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A49702 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 2 -
CMYK 0 0.08 0.99 0.36
HSL 55.19º 0.98% 0.33% -
HSV(B) 55.19º 0.99% 0.64% -
XYZ 26.39 30.03 4.46 -
YUV 137.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 164 151 2 0 0.08 0.99 0.36 55.19 0.98 0.33
Hex A4 97 2 0 8 63 24 37 62 21
Octal 244 227 2 0 10 143 44 67 142 41
Binary 10100100 10010111 10 0 1000 1100011 100100 110111 1100010 100001

Color Harmonies of #A49702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49702

Black with #A49702

Text Example


Text Example

White with #A49702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49702; }

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

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

background-color css

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

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

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

border-color css

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

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

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