Html Css Color HEX #A49022 Lucky

📋 copy color: '#A49022'

red 164 ◦ green 144 ◦ blue 34

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

Shades of Lucky #A49022

Tints of Lucky #A49022

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.11%

 BLUE value IS 34 (13.67% from 255) = 9.94%

R = 47.95%
G = 42.11%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A49022 (or 0xA49022) is known color: Lucky. HEX triplet: A4, 90 and 22. RGB value is (164,144,34). Sum of RGB (Red+Green+Blue) = 164+144+34=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A49022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49022 is #5B6FDD. Grayscale: #898989. Windows color (decimal): -5992414 or 2265252. OLE color: 2265252.

HSL color Cylindrical-coordinate representation of color #A49022: hue angle of 50.77º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A49022 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 144 34 -
CMYK 0 0.12 0.79 0.36
HSL 50.77º 0.66% 0.39% -
HSV(B) 50.77º 0.79% 0.64% -
XYZ 25.57 27.95 5.56 -
YUV 137.44 69.63 146.94 -
System Red Green Blue C M Y K H S L
Decimal 164 144 34 0 0.12 0.79 0.36 50.77 0.66 0.39
Hex A4 90 22 0 C 4F 24 33 42 27
Octal 244 220 42 0 14 117 44 63 102 47
Binary 10100100 10010000 100010 0 1100 1001111 100100 110011 1000010 100111

Color Harmonies of #A49022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49022

Black with #A49022

Text Example


Text Example

White with #A49022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49022; }

 p { color: rgb(164,144,34); }

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

background-color css

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

 a { background-color: rgb(164,144,34); }

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

border-color css

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

 span { border-color: rgb(164,144,34); }

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