Html Css Color HEX #AA995B Husk

📋 copy color: '#AA995B'

red 170 ◦ green 153 ◦ blue 91

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

Shades of Husk #AA995B

Tints of Husk #AA995B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 41.06%
G = 36.96%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA995B (or 0xAA995B) is known color: Husk. HEX triplet: AA, 99 and 5B. RGB value is (170,153,91). Sum of RGB (Red+Green+Blue) = 170+153+91=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA995B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA995B is #5566A4. Grayscale: #979797. Windows color (decimal): -5596837 or 6003114. OLE color: 6003114.

HSL color Cylindrical-coordinate representation of color #AA995B: hue angle of 47.09º degrees, saturation: 0.32, 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 #AA995B is Cyan = 0, Magento = 0.1, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 153 91 -
CMYK 0 0.1 0.46 0.33
HSL 47.09º 0.32% 0.51% -
HSV(B) 47.09º 0.46% 0.67% -
XYZ 29.86 32.08 14.52 -
YUV 151.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 170 153 91 0 0.1 0.46 0.33 47.09 0.32 0.51
Hex AA 99 5B 0 A 2E 21 2F 20 33
Octal 252 231 133 0 12 56 41 57 40 63
Binary 10101010 10011001 1011011 0 1010 101110 100001 101111 100000 110011

Color Harmonies of #AA995B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA995B

Black with #AA995B

Text Example


Text Example

White with #AA995B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA995B; }

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

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

background-color css

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

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

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

border-color css

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

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

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