Html Css Color HEX #A59F58 Husk

📋 copy color: '#A59F58'

red 165 ◦ green 159 ◦ blue 88

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

Shades of Husk #A59F58

Tints of Husk #A59F58

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.59%

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

R = 40.05%
G = 38.59%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A59F58 (or 0xA59F58) is known color: Husk. HEX triplet: A5, 9F and 58. RGB value is (165,159,88). Sum of RGB (Red+Green+Blue) = 165+159+88=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59F58 is #5A60A7. Grayscale: #989898. Windows color (decimal): -5922984 or 5808037. OLE color: 5808037.

HSL color Cylindrical-coordinate representation of color #A59F58: hue angle of 55.32º 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 #A59F58 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 159 88 -
CMYK 0 0.04 0.47 0.35
HSL 55.32º 0.3% 0.5% -
HSV(B) 55.32º 0.47% 0.65% -
XYZ 29.68 33.5 14.13 -
YUV 152.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 165 159 88 0 0.04 0.47 0.35 55.32 0.3 0.5
Hex A5 9F 58 0 4 2F 23 37 1E 32
Octal 245 237 130 0 4 57 43 67 36 62
Binary 10100101 10011111 1011000 0 100 101111 100011 110111 11110 110010

Color Harmonies of #A59F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F58

Black with #A59F58

Text Example


Text Example

White with #A59F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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