Html Css Color HEX #A89959 Husk

📋 copy color: '#A89959'

red 168 ◦ green 153 ◦ blue 89

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

Shades of Husk #A89959

Tints of Husk #A89959

RGB

 RED value IS 168 (66.02% from 255) = 40.98%

 GREEN value IS 153 (60.16% from 255) = 37.32%

 BLUE value IS 89 (35.16% from 255) = 21.71%

R = 40.98%
G = 37.32%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A89959 (or 0xA89959) is known color: Husk. HEX triplet: A8, 99 and 59. RGB value is (168,153,89). Sum of RGB (Red+Green+Blue) = 168+153+89=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A89959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89959 is #5766A6. Grayscale: #969696. Windows color (decimal): -5727911 or 5872040. OLE color: 5872040.

HSL color Cylindrical-coordinate representation of color #A89959: hue angle of 48.61º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A89959 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 153 89 -
CMYK 0 0.09 0.47 0.34
HSL 48.61º 0.31% 0.5% -
HSV(B) 48.61º 0.47% 0.66% -
XYZ 29.34 31.83 14.05 -
YUV 150.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 168 153 89 0 0.09 0.47 0.34 48.61 0.31 0.5
Hex A8 99 59 0 9 2F 22 31 1F 32
Octal 250 231 131 0 11 57 42 61 37 62
Binary 10101000 10011001 1011001 0 1001 101111 100010 110001 11111 110010

Color Harmonies of #A89959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89959

Black with #A89959

Text Example


Text Example

White with #A89959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89959; }

 p { color: rgb(168,153,89); }

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

background-color css

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

 a { background-color: rgb(168,153,89); }

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

border-color css

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

 span { border-color: rgb(168,153,89); }

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