Html Css Color HEX #A59D58 Husk

📋 copy color: '#A59D58'

red 165 ◦ green 157 ◦ blue 88

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

Shades of Husk #A59D58

Tints of Husk #A59D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.46%

R = 40.24%
G = 38.29%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A59D58 (or 0xA59D58) is known color: Husk. HEX triplet: A5, 9D and 58. RGB value is (165,157,88). Sum of RGB (Red+Green+Blue) = 165+157+88=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59D58 is #5A62A7. Grayscale: #979797. Windows color (decimal): -5923496 or 5807525. OLE color: 5807525.

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

Color convert

RGB 165 157 88 -
CMYK 0 0.05 0.47 0.35
HSL 53.77º 0.3% 0.5% -
HSV(B) 53.77º 0.47% 0.65% -
XYZ 29.34 32.82 14.02 -
YUV 151.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 165 157 88 0 0.05 0.47 0.35 53.77 0.3 0.5
Hex A5 9D 58 0 5 2F 23 36 1E 32
Octal 245 235 130 0 5 57 43 66 36 62
Binary 10100101 10011101 1011000 0 101 101111 100011 110110 11110 110010

Color Harmonies of #A59D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59D58

Black with #A59D58

Text Example


Text Example

White with #A59D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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