Html Css Color HEX #AA9756 Husk

📋 copy color: '#AA9756'

red 170 ◦ green 151 ◦ blue 86

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

Shades of Husk #AA9756

Tints of Husk #AA9756

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.1%

 BLUE value IS 86 (33.98% from 255) = 21.13%

R = 41.77%
G = 37.1%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA9756 (or 0xAA9756) is known color: Husk. HEX triplet: AA, 97 and 56. RGB value is (170,151,86). Sum of RGB (Red+Green+Blue) = 170+151+86=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9756 is #5568A9. Grayscale: #959595. Windows color (decimal): -5597354 or 5674922. OLE color: 5674922.

HSL color Cylindrical-coordinate representation of color #AA9756: hue angle of 46.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA9756 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 151 86 -
CMYK 0 0.11 0.49 0.33
HSL 46.43º 0.33% 0.5% -
HSV(B) 46.43º 0.49% 0.67% -
XYZ 29.32 31.35 13.31 -
YUV 149.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 170 151 86 0 0.11 0.49 0.33 46.43 0.33 0.5
Hex AA 97 56 0 B 31 21 2E 21 32
Octal 252 227 126 0 13 61 41 56 41 62
Binary 10101010 10010111 1010110 0 1011 110001 100001 101110 100001 110010

Color Harmonies of #AA9756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9756

Black with #AA9756

Text Example


Text Example

White with #AA9756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9756; }

 p { color: rgb(170,151,86); }

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

background-color css

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

 a { background-color: rgb(170,151,86); }

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

border-color css

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

 span { border-color: rgb(170,151,86); }

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