Html Css Color HEX #AA9C5D Husk

📋 copy color: '#AA9C5D'

red 170 ◦ green 156 ◦ blue 93

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

Shades of Husk #AA9C5D

Tints of Husk #AA9C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.23%

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

R = 40.57%
G = 37.23%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA9C5D (or 0xAA9C5D) is known color: Husk. HEX triplet: AA, 9C and 5D. RGB value is (170,156,93). Sum of RGB (Red+Green+Blue) = 170+156+93=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C5D is #5563A2. Grayscale: #999999. Windows color (decimal): -5596067 or 6134954. OLE color: 6134954.

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

Color convert

RGB 170 156 93 -
CMYK 0 0.08 0.45 0.33
HSL 49.09º 0.31% 0.52% -
HSV(B) 49.09º 0.45% 0.67% -
XYZ 30.44 33.11 15.14 -
YUV 153 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 170 156 93 0 0.08 0.45 0.33 49.09 0.31 0.52
Hex AA 9C 5D 0 8 2D 21 31 1F 34
Octal 252 234 135 0 10 55 41 61 37 64
Binary 10101010 10011100 1011101 0 1000 101101 100001 110001 11111 110100

Color Harmonies of #AA9C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C5D

Black with #AA9C5D

Text Example


Text Example

White with #AA9C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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