Html Css Color HEX #A49422 Lucky

📋 copy color: '#A49422'

red 164 ◦ green 148 ◦ blue 34

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

Shades of Lucky #A49422

Tints of Lucky #A49422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

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

R = 47.4%
G = 42.77%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A49422 (or 0xA49422) is known color: Lucky. HEX triplet: A4, 94 and 22. RGB value is (164,148,34). Sum of RGB (Red+Green+Blue) = 164+148+34=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A49422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49422 is #5B6BDD. Grayscale: #8C8C8C. Windows color (decimal): -5991390 or 2266276. OLE color: 2266276.

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

Color convert

RGB 164 148 34 -
CMYK 0 0.10 0.79 0.36
HSL 52.62º 0.66% 0.39% -
HSV(B) 52.62º 0.79% 0.64% -
XYZ 26.19 29.19 5.77 -
YUV 139.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 164 148 34 0 0.10 0.79 0.36 52.62 0.66 0.39
Hex A4 94 22 0 A 4F 24 35 42 27
Octal 244 224 42 0 12 117 44 65 102 47
Binary 10100100 10010100 100010 0 1010 1001111 100100 110101 1000010 100111

Color Harmonies of #A49422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49422

Black with #A49422

Text Example


Text Example

White with #A49422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49422; }

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

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

background-color css

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

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

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

border-color css

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

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

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