Html Css Color HEX #A49A20 Lucky

📋 copy color: '#A49A20'

red 164 ◦ green 154 ◦ blue 32

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

Shades of Lucky #A49A20

Tints of Lucky #A49A20

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44%

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 46.86%
G = 44%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A49A20 (or 0xA49A20) is known color: Lucky. HEX triplet: A4, 9A and 20. RGB value is (164,154,32). Sum of RGB (Red+Green+Blue) = 164+154+32=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A20 is #5B65DF. Grayscale: #8F8F8F. Windows color (decimal): -5989856 or 2136740. OLE color: 2136740.

HSL color Cylindrical-coordinate representation of color #A49A20: hue angle of 55.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A49A20 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 154 32 -
CMYK 0 0.06 0.80 0.36
HSL 55.45º 0.67% 0.38% -
HSV(B) 55.45º 0.8% 0.64% -
XYZ 27.13 31.11 5.94 -
YUV 143.08 65.31 142.92 -
System Red Green Blue C M Y K H S L
Decimal 164 154 32 0 0.06 0.80 0.36 55.45 0.67 0.38
Hex A4 9A 20 0 6 50 24 37 43 26
Octal 244 232 40 0 6 120 44 67 103 46
Binary 10100100 10011010 100000 0 110 1010000 100100 110111 1000011 100110

Color Harmonies of #A49A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A20

Black with #A49A20

Text Example


Text Example

White with #A49A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A20; }

 p { color: rgb(164,154,32); }

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

background-color css

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

 a { background-color: rgb(164,154,32); }

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

border-color css

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

 span { border-color: rgb(164,154,32); }

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