Html Css Color HEX #A29D4D Husk

📋 copy color: '#A29D4D'

red 162 ◦ green 157 ◦ blue 77

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

Shades of Husk #A29D4D

Tints of Husk #A29D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 40.91%
G = 39.65%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A29D4D (or 0xA29D4D) is known color: Husk. HEX triplet: A2, 9D and 4D. RGB value is (162,157,77). Sum of RGB (Red+Green+Blue) = 162+157+77=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D4D is #5D62B2. Grayscale: #959595. Windows color (decimal): -6120115 or 5086626. OLE color: 5086626.

HSL color Cylindrical-coordinate representation of color #A29D4D: hue angle of 56.47º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A29D4D is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 157 77 -
CMYK 0 0.03 0.52 0.36
HSL 56.47º 0.36% 0.47% -
HSV(B) 56.47º 0.52% 0.64% -
XYZ 28.3 32.33 11.77 -
YUV 149.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 162 157 77 0 0.03 0.52 0.36 56.47 0.36 0.47
Hex A2 9D 4D 0 3 34 24 38 24 2F
Octal 242 235 115 0 3 64 44 70 44 57
Binary 10100010 10011101 1001101 0 11 110100 100100 111000 100100 101111

Color Harmonies of #A29D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29D4D

Black with #A29D4D

Text Example


Text Example

White with #A29D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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