Html Css Color HEX #AA9857 Husk

📋 copy color: '#AA9857'

red 170 ◦ green 152 ◦ blue 87

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

Shades of Husk #AA9857

Tints of Husk #AA9857

RGB

 RED value IS 170 (66.8% from 255) = 41.56%

 GREEN value IS 152 (59.77% from 255) = 37.16%

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

R = 41.56%
G = 37.16%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA9857 (or 0xAA9857) is known color: Husk. HEX triplet: AA, 98 and 57. RGB value is (170,152,87). Sum of RGB (Red+Green+Blue) = 170+152+87=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9857 is #5567A8. Grayscale: #969696. Windows color (decimal): -5597097 or 5740714. OLE color: 5740714.

HSL color Cylindrical-coordinate representation of color #AA9857: hue angle of 46.99º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA9857 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 152 87 -
CMYK 0 0.11 0.49 0.33
HSL 46.99º 0.33% 0.5% -
HSV(B) 46.99º 0.49% 0.67% -
XYZ 29.53 31.69 13.58 -
YUV 149.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 170 152 87 0 0.11 0.49 0.33 46.99 0.33 0.5
Hex AA 98 57 0 B 31 21 2F 21 32
Octal 252 230 127 0 13 61 41 57 41 62
Binary 10101010 10011000 1010111 0 1011 110001 100001 101111 100001 110010

Color Harmonies of #AA9857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9857

Black with #AA9857

Text Example


Text Example

White with #AA9857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9857; }

 p { color: rgb(170,152,87); }

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

background-color css

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

 a { background-color: rgb(170,152,87); }

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

border-color css

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

 span { border-color: rgb(170,152,87); }

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