Html Css Color HEX #AA995A Husk

📋 copy color: '#AA995A'

red 170 ◦ green 153 ◦ blue 90

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

Shades of Husk #AA995A

Tints of Husk #AA995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 41.16%
G = 37.05%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA995A (or 0xAA995A) is known color: Husk. HEX triplet: AA, 99 and 5A. RGB value is (170,153,90). Sum of RGB (Red+Green+Blue) = 170+153+90=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA995A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA995A is #5566A5. Grayscale: #979797. Windows color (decimal): -5596838 or 5937578. OLE color: 5937578.

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

Color convert

RGB 170 153 90 -
CMYK 0 0.1 0.47 0.33
HSL 47.25º 0.32% 0.51% -
HSV(B) 47.25º 0.47% 0.67% -
XYZ 29.81 32.07 14.29 -
YUV 150.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 170 153 90 0 0.1 0.47 0.33 47.25 0.32 0.51
Hex AA 99 5A 0 A 2F 21 2F 20 33
Octal 252 231 132 0 12 57 41 57 40 63
Binary 10101010 10011001 1011010 0 1010 101111 100001 101111 100000 110011

Color Harmonies of #AA995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA995A

Black with #AA995A

Text Example


Text Example

White with #AA995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA995A; }

 p { color: rgb(170,153,90); }

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

background-color css

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

 a { background-color: rgb(170,153,90); }

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

border-color css

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

 span { border-color: rgb(170,153,90); }

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