Html Css Color HEX #AA9C5E Husk

📋 copy color: '#AA9C5E'

red 170 ◦ green 156 ◦ blue 94

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

Shades of Husk #AA9C5E

Tints of Husk #AA9C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 40.48%
G = 37.14%
B = 22.38%

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

#AA9C5E (or 0xAA9C5E) is known color: Husk. HEX triplet: AA, 9C and 5E. RGB value is (170,156,94). Sum of RGB (Red+Green+Blue) = 170+156+94=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C5E is #5563A1. Grayscale: #999999. Windows color (decimal): -5596066 or 6200490. OLE color: 6200490.

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

Color convert

RGB 170 156 94 -
CMYK 0 0.08 0.45 0.33
HSL 48.95º 0.31% 0.52% -
HSV(B) 48.95º 0.45% 0.67% -
XYZ 30.49 33.13 15.38 -
YUV 153.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 170 156 94 0 0.08 0.45 0.33 48.95 0.31 0.52
Hex AA 9C 5E 0 8 2D 21 31 1F 34
Octal 252 234 136 0 10 55 41 61 37 64
Binary 10101010 10011100 1011110 0 1000 101101 100001 110001 11111 110100

Color Harmonies of #AA9C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C5E

Black with #AA9C5E

Text Example


Text Example

White with #AA9C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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