Html Css Color HEX #A29D4F Husk

📋 copy color: '#A29D4F'

red 162 ◦ green 157 ◦ blue 79

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

Shades of Husk #A29D4F

Tints of Husk #A29D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 40.7%
G = 39.45%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A29D4F (or 0xA29D4F) is known color: Husk. HEX triplet: A2, 9D and 4F. RGB value is (162,157,79). Sum of RGB (Red+Green+Blue) = 162+157+79=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D4F is #5D62B0. Grayscale: #959595. Windows color (decimal): -6120113 or 5217698. OLE color: 5217698.

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

Color convert

RGB 162 157 79 -
CMYK 0 0.03 0.51 0.36
HSL 56.39º 0.34% 0.47% -
HSV(B) 56.39º 0.51% 0.64% -
XYZ 28.37 32.36 12.15 -
YUV 149.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 162 157 79 0 0.03 0.51 0.36 56.39 0.34 0.47
Hex A2 9D 4F 0 3 33 24 38 22 2F
Octal 242 235 117 0 3 63 44 70 42 57
Binary 10100010 10011101 1001111 0 11 110011 100100 111000 100010 101111

Color Harmonies of #A29D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29D4F

Black with #A29D4F

Text Example


Text Example

White with #A29D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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