Html Css Color HEX #A59F50 Husk

📋 copy color: '#A59F50'

red 165 ◦ green 159 ◦ blue 80

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

Shades of Husk #A59F50

Tints of Husk #A59F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 40.84%
G = 39.36%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A59F50 (or 0xA59F50) is known color: Husk. HEX triplet: A5, 9F and 50. RGB value is (165,159,80). Sum of RGB (Red+Green+Blue) = 165+159+80=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59F50 is #5A60AF. Grayscale: #989898. Windows color (decimal): -5922992 or 5283749. OLE color: 5283749.

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

Color convert

RGB 165 159 80 -
CMYK 0 0.04 0.52 0.35
HSL 55.76º 0.35% 0.48% -
HSV(B) 55.76º 0.52% 0.65% -
XYZ 29.36 33.37 12.48 -
YUV 151.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 165 159 80 0 0.04 0.52 0.35 55.76 0.35 0.48
Hex A5 9F 50 0 4 34 23 38 23 30
Octal 245 237 120 0 4 64 43 70 43 60
Binary 10100101 10011111 1010000 0 100 110100 100011 111000 100011 110000

Color Harmonies of #A59F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F50

Black with #A59F50

Text Example


Text Example

White with #A59F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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