Html Css Color HEX #A29D49 Husk

📋 copy color: '#A29D49'

red 162 ◦ green 157 ◦ blue 73

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

Shades of Husk #A29D49

Tints of Husk #A29D49

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

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

R = 41.33%
G = 40.05%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A29D49 (or 0xA29D49) is known color: Husk. HEX triplet: A2, 9D and 49. RGB value is (162,157,73). Sum of RGB (Red+Green+Blue) = 162+157+73=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D49 is #5D62B6. Grayscale: #959595. Windows color (decimal): -6120119 or 4824482. OLE color: 4824482.

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

Color convert

RGB 162 157 73 -
CMYK 0 0.03 0.55 0.36
HSL 56.63º 0.38% 0.46% -
HSV(B) 56.63º 0.55% 0.64% -
XYZ 28.16 32.28 11.05 -
YUV 148.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 162 157 73 0 0.03 0.55 0.36 56.63 0.38 0.46
Hex A2 9D 49 0 3 37 24 39 26 2E
Octal 242 235 111 0 3 67 44 71 46 56
Binary 10100010 10011101 1001001 0 11 110111 100100 111001 100110 101110

Color Harmonies of #A29D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29D49

Black with #A29D49

Text Example


Text Example

White with #A29D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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