Html Css Color HEX #A29D4A Husk

📋 copy color: '#A29D4A'

red 162 ◦ green 157 ◦ blue 74

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

Shades of Husk #A29D4A

Tints of Husk #A29D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 41.22%
G = 39.95%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A29D4A (or 0xA29D4A) is known color: Husk. HEX triplet: A2, 9D and 4A. RGB value is (162,157,74). Sum of RGB (Red+Green+Blue) = 162+157+74=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D4A is #5D62B5. Grayscale: #959595. Windows color (decimal): -6120118 or 4890018. OLE color: 4890018.

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

Color convert

RGB 162 157 74 -
CMYK 0 0.03 0.54 0.36
HSL 56.59º 0.37% 0.46% -
HSV(B) 56.59º 0.54% 0.64% -
XYZ 28.19 32.29 11.23 -
YUV 149.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 162 157 74 0 0.03 0.54 0.36 56.59 0.37 0.46
Hex A2 9D 4A 0 3 36 24 39 25 2E
Octal 242 235 112 0 3 66 44 71 45 56
Binary 10100010 10011101 1001010 0 11 110110 100100 111001 100101 101110

Color Harmonies of #A29D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29D4A

Black with #A29D4A

Text Example


Text Example

White with #A29D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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