Html Css Color HEX #A29522 Lucky

📋 copy color: '#A29522'

red 162 ◦ green 149 ◦ blue 34

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

Shades of Lucky #A29522

Tints of Lucky #A29522

RGB

 RED value IS 162 (63.67% from 255) = 46.96%

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

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

R = 46.96%
G = 43.19%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A29522 (or 0xA29522) is known color: Lucky. HEX triplet: A2, 95 and 22. RGB value is (162,149,34). Sum of RGB (Red+Green+Blue) = 162+149+34=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A29522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29522 is #5D6ADD. Grayscale: #8C8C8C. Windows color (decimal): -6122206 or 2266530. OLE color: 2266530.

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

Color convert

RGB 162 149 34 -
CMYK 0 0.08 0.79 0.36
HSL 53.91º 0.65% 0.38% -
HSV(B) 53.91º 0.79% 0.64% -
XYZ 25.94 29.29 5.8 -
YUV 139.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 162 149 34 0 0.08 0.79 0.36 53.91 0.65 0.38
Hex A2 95 22 0 8 4F 24 36 41 26
Octal 242 225 42 0 10 117 44 66 101 46
Binary 10100010 10010101 100010 0 1000 1001111 100100 110110 1000001 100110

Color Harmonies of #A29522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29522

Black with #A29522

Text Example


Text Example

White with #A29522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29522; }

 p { color: rgb(162,149,34); }

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

background-color css

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

 a { background-color: rgb(162,149,34); }

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

border-color css

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

 span { border-color: rgb(162,149,34); }

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