Html Css Color HEX #A49502 Lucky

📋 copy color: '#A49502'

red 164 ◦ green 149 ◦ blue 2

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

Shades of Lucky #A49502

Tints of Lucky #A49502

RGB

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

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

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

R = 52.06%
G = 47.3%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A49502 (or 0xA49502) is known color: Lucky. HEX triplet: A4, 95 and 02. RGB value is (164,149,2). Sum of RGB (Red+Green+Blue) = 164+149+2=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A49502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A49502 is #5B6AFD. Grayscale: #898989. Windows color (decimal): -5991166 or 169380. OLE color: 169380.

HSL color Cylindrical-coordinate representation of color #A49502: hue angle of 54.44º 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 #A49502 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 2 -
CMYK 0 0.09 0.99 0.36
HSL 54.44º 0.98% 0.33% -
HSV(B) 54.44º 0.99% 0.64% -
XYZ 26.07 29.39 4.36 -
YUV 136.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 164 149 2 0 0.09 0.99 0.36 54.44 0.98 0.33
Hex A4 95 2 0 9 63 24 36 62 21
Octal 244 225 2 0 11 143 44 66 142 41
Binary 10100100 10010101 10 0 1001 1100011 100100 110110 1100010 100001

Color Harmonies of #A49502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49502

Black with #A49502

Text Example


Text Example

White with #A49502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49502; }

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

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

background-color css

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

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

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

border-color css

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

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

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