Html Css Color HEX #A89957 Husk

📋 copy color: '#A89957'

red 168 ◦ green 153 ◦ blue 87

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

Shades of Husk #A89957

Tints of Husk #A89957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.32%

R = 41.18%
G = 37.5%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A89957 (or 0xA89957) is known color: Husk. HEX triplet: A8, 99 and 57. RGB value is (168,153,87). Sum of RGB (Red+Green+Blue) = 168+153+87=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A89957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89957 is #5766A8. Grayscale: #969696. Windows color (decimal): -5727913 or 5740968. OLE color: 5740968.

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

Color convert

RGB 168 153 87 -
CMYK 0 0.09 0.48 0.34
HSL 48.89º 0.32% 0.5% -
HSV(B) 48.89º 0.48% 0.66% -
XYZ 29.26 31.8 13.61 -
YUV 149.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 168 153 87 0 0.09 0.48 0.34 48.89 0.32 0.5
Hex A8 99 57 0 9 30 22 31 20 32
Octal 250 231 127 0 11 60 42 61 40 62
Binary 10101000 10011001 1010111 0 1001 110000 100010 110001 100000 110010

Color Harmonies of #A89957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89957

Black with #A89957

Text Example


Text Example

White with #A89957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89957; }

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

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

background-color css

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

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

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

border-color css

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

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

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