Html Css Color HEX #A29949 Husk

📋 copy color: '#A29949'

red 162 ◦ green 153 ◦ blue 73

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

Shades of Husk #A29949

Tints of Husk #A29949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.43%

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 41.75%
G = 39.43%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A29949 (or 0xA29949) is known color: Husk. HEX triplet: A2, 99 and 49. RGB value is (162,153,73). Sum of RGB (Red+Green+Blue) = 162+153+73=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A29949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29949 is #5D66B6. Grayscale: #929292. Windows color (decimal): -6121143 or 4823458. OLE color: 4823458.

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

Color convert

RGB 162 153 73 -
CMYK 0 0.06 0.55 0.36
HSL 53.93º 0.38% 0.46% -
HSV(B) 53.93º 0.55% 0.64% -
XYZ 27.49 30.94 10.83 -
YUV 146.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 162 153 73 0 0.06 0.55 0.36 53.93 0.38 0.46
Hex A2 99 49 0 6 37 24 36 26 2E
Octal 242 231 111 0 6 67 44 66 46 56
Binary 10100010 10011001 1001001 0 110 110111 100100 110110 100110 101110

Color Harmonies of #A29949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29949

Black with #A29949

Text Example


Text Example

White with #A29949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29949; }

 p { color: rgb(162,153,73); }

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

background-color css

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

 a { background-color: rgb(162,153,73); }

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

border-color css

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

 span { border-color: rgb(162,153,73); }

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