Html Css Color HEX #AA995C Husk

📋 copy color: '#AA995C'

red 170 ◦ green 153 ◦ blue 92

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

Shades of Husk #AA995C

Tints of Husk #AA995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.17%

R = 40.96%
G = 36.87%
B = 22.17%

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

#AA995C (or 0xAA995C) is known color: Husk. HEX triplet: AA, 99 and 5C. RGB value is (170,153,92). Sum of RGB (Red+Green+Blue) = 170+153+92=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA995C is #5566A3. Grayscale: #979797. Windows color (decimal): -5596836 or 6068650. OLE color: 6068650.

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

Color convert

RGB 170 153 92 -
CMYK 0 0.1 0.46 0.33
HSL 46.92º 0.31% 0.51% -
HSV(B) 46.92º 0.46% 0.67% -
XYZ 29.9 32.1 14.75 -
YUV 151.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 170 153 92 0 0.1 0.46 0.33 46.92 0.31 0.51
Hex AA 99 5C 0 A 2E 21 2F 1F 33
Octal 252 231 134 0 12 56 41 57 37 63
Binary 10101010 10011001 1011100 0 1010 101110 100001 101111 11111 110011

Color Harmonies of #AA995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA995C

Black with #AA995C

Text Example


Text Example

White with #AA995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA995C; }

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

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

background-color css

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

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

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

border-color css

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

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

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