Html Css Color HEX #A59D4F Husk

📋 copy color: '#A59D4F'

red 165 ◦ green 157 ◦ blue 79

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

Shades of Husk #A59D4F

Tints of Husk #A59D4F

RGB

 RED value IS 165 (64.84% from 255) = 41.15%

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

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

R = 41.15%
G = 39.15%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A59D4F (or 0xA59D4F) is known color: Husk. HEX triplet: A5, 9D and 4F. RGB value is (165,157,79). Sum of RGB (Red+Green+Blue) = 165+157+79=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59D4F is #5A62B0. Grayscale: #969696. Windows color (decimal): -5923505 or 5217701. OLE color: 5217701.

HSL color Cylindrical-coordinate representation of color #A59D4F: hue angle of 54.42º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A59D4F is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 157 79 -
CMYK 0 0.05 0.52 0.35
HSL 54.42º 0.35% 0.48% -
HSV(B) 54.42º 0.52% 0.65% -
XYZ 28.99 32.68 12.18 -
YUV 150.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 165 157 79 0 0.05 0.52 0.35 54.42 0.35 0.48
Hex A5 9D 4F 0 5 34 23 36 23 30
Octal 245 235 117 0 5 64 43 66 43 60
Binary 10100101 10011101 1001111 0 101 110100 100011 110110 100011 110000

Color Harmonies of #A59D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59D4F

Black with #A59D4F

Text Example


Text Example

White with #A59D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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