Html Css Color HEX #A89551 Husk

📋 copy color: '#A89551'

red 168 ◦ green 149 ◦ blue 81

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

Shades of Husk #A89551

Tints of Husk #A89551

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.44%

 BLUE value IS 81 (32.03% from 255) = 20.35%

R = 42.21%
G = 37.44%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A89551 (or 0xA89551) is known color: Husk. HEX triplet: A8, 95 and 51. RGB value is (168,149,81). Sum of RGB (Red+Green+Blue) = 168+149+81=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A89551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89551 is #576AAE. Grayscale: #939393. Windows color (decimal): -5728943 or 5346728. OLE color: 5346728.

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

Color convert

RGB 168 149 81 -
CMYK 0 0.11 0.52 0.34
HSL 46.9º 0.35% 0.49% -
HSV(B) 46.9º 0.52% 0.66% -
XYZ 28.38 30.41 12.16 -
YUV 146.93 90.79 143.03 -
System Red Green Blue C M Y K H S L
Decimal 168 149 81 0 0.11 0.52 0.34 46.9 0.35 0.49
Hex A8 95 51 0 B 34 22 2F 23 31
Octal 250 225 121 0 13 64 42 57 43 61
Binary 10101000 10010101 1010001 0 1011 110100 100010 101111 100011 110001

Color Harmonies of #A89551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89551

Black with #A89551

Text Example


Text Example

White with #A89551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89551; }

 p { color: rgb(168,149,81); }

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

background-color css

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

 a { background-color: rgb(168,149,81); }

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

border-color css

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

 span { border-color: rgb(168,149,81); }

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