Html Css Color HEX #AA9E5C Husk

📋 copy color: '#AA9E5C'

red 170 ◦ green 158 ◦ blue 92

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

Shades of Husk #AA9E5C

Tints of Husk #AA9E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.62%

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 40.48%
G = 37.62%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA9E5C (or 0xAA9E5C) is known color: Husk. HEX triplet: AA, 9E and 5C. RGB value is (170,158,92). Sum of RGB (Red+Green+Blue) = 170+158+92=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E5C is #5561A3. Grayscale: #9A9A9A. Windows color (decimal): -5595556 or 6069930. OLE color: 6069930.

HSL color Cylindrical-coordinate representation of color #AA9E5C: hue angle of 50.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA9E5C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 158 92 -
CMYK 0 0.07 0.46 0.33
HSL 50.77º 0.31% 0.51% -
HSV(B) 50.77º 0.46% 0.67% -
XYZ 30.74 33.77 15.02 -
YUV 154.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 170 158 92 0 0.07 0.46 0.33 50.77 0.31 0.51
Hex AA 9E 5C 0 7 2E 21 33 1F 33
Octal 252 236 134 0 7 56 41 63 37 63
Binary 10101010 10011110 1011100 0 111 101110 100001 110011 11111 110011

Color Harmonies of #AA9E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E5C

Black with #AA9E5C

Text Example


Text Example

White with #AA9E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E5C; }

 p { color: rgb(170,158,92); }

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

background-color css

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

 a { background-color: rgb(170,158,92); }

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

border-color css

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

 span { border-color: rgb(170,158,92); }

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