Html Css Color HEX #AA9A5D Husk

📋 copy color: '#AA9A5D'

red 170 ◦ green 154 ◦ blue 93

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

Shades of Husk #AA9A5D

Tints of Husk #AA9A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.3%

R = 40.77%
G = 36.93%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA9A5D (or 0xAA9A5D) is known color: Husk. HEX triplet: AA, 9A and 5D. RGB value is (170,154,93). Sum of RGB (Red+Green+Blue) = 170+154+93=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A5D is #5565A2. Grayscale: #989898. Windows color (decimal): -5596579 or 6134442. OLE color: 6134442.

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

Color convert

RGB 170 154 93 -
CMYK 0 0.09 0.45 0.33
HSL 47.53º 0.31% 0.52% -
HSV(B) 47.53º 0.45% 0.67% -
XYZ 30.11 32.45 15.03 -
YUV 151.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 170 154 93 0 0.09 0.45 0.33 47.53 0.31 0.52
Hex AA 9A 5D 0 9 2D 21 30 1F 34
Octal 252 232 135 0 11 55 41 60 37 64
Binary 10101010 10011010 1011101 0 1001 101101 100001 110000 11111 110100

Color Harmonies of #AA9A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A5D

Black with #AA9A5D

Text Example


Text Example

White with #AA9A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A5D; }

 p { color: rgb(170,154,93); }

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

background-color css

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

 a { background-color: rgb(170,154,93); }

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

border-color css

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

 span { border-color: rgb(170,154,93); }

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