Html Css Color HEX #AA9457 Husk

📋 copy color: '#AA9457'

red 170 ◦ green 148 ◦ blue 87

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

Shades of Husk #AA9457

Tints of Husk #AA9457

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 41.98%
G = 36.54%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA9457 (or 0xAA9457) is known color: Husk. HEX triplet: AA, 94 and 57. RGB value is (170,148,87). Sum of RGB (Red+Green+Blue) = 170+148+87=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9457 is #556BA8. Grayscale: #939393. Windows color (decimal): -5598121 or 5739690. OLE color: 5739690.

HSL color Cylindrical-coordinate representation of color #AA9457: hue angle of 44.1º 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 #AA9457 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 148 87 -
CMYK 0 0.13 0.49 0.33
HSL 44.1º 0.33% 0.5% -
HSV(B) 44.1º 0.49% 0.67% -
XYZ 28.89 30.41 13.36 -
YUV 147.62 93.79 143.96 -
System Red Green Blue C M Y K H S L
Decimal 170 148 87 0 0.13 0.49 0.33 44.1 0.33 0.5
Hex AA 94 57 0 D 31 21 2C 21 32
Octal 252 224 127 0 15 61 41 54 41 62
Binary 10101010 10010100 1010111 0 1101 110001 100001 101100 100001 110010

Color Harmonies of #AA9457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9457

Black with #AA9457

Text Example


Text Example

White with #AA9457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9457; }

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

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

background-color css

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

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

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

border-color css

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

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

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