Html Css Color HEX #A89A56 Husk

📋 copy color: '#A89A56'

red 168 ◦ green 154 ◦ blue 86

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

Shades of Husk #A89A56

Tints of Husk #A89A56

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.75%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 41.18%
G = 37.75%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A89A56 (or 0xA89A56) is known color: Husk. HEX triplet: A8, 9A and 56. RGB value is (168,154,86). Sum of RGB (Red+Green+Blue) = 168+154+86=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89A56 is #5765A9. Grayscale: #969696. Windows color (decimal): -5727658 or 5675688. OLE color: 5675688.

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

Color convert

RGB 168 154 86 -
CMYK 0 0.08 0.49 0.34
HSL 49.76º 0.32% 0.5% -
HSV(B) 49.76º 0.49% 0.66% -
XYZ 29.38 32.11 13.45 -
YUV 150.43 91.64 140.53 -
System Red Green Blue C M Y K H S L
Decimal 168 154 86 0 0.08 0.49 0.34 49.76 0.32 0.5
Hex A8 9A 56 0 8 31 22 32 20 32
Octal 250 232 126 0 10 61 42 62 40 62
Binary 10101000 10011010 1010110 0 1000 110001 100010 110010 100000 110010

Color Harmonies of #A89A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89A56

Black with #A89A56

Text Example


Text Example

White with #A89A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89A56; }

 p { color: rgb(168,154,86); }

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

background-color css

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

 a { background-color: rgb(168,154,86); }

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

border-color css

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

 span { border-color: rgb(168,154,86); }

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