Html Css Color HEX #AA956F Mongoose

📋 copy color: '#AA956F'

red 170 ◦ green 149 ◦ blue 111

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

Shades of Mongoose #AA956F

Tints of Mongoose #AA956F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.65%

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 39.53%
G = 34.65%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA956F (or 0xAA956F) is known color: Mongoose. HEX triplet: AA, 95 and 6F. RGB value is (170,149,111). Sum of RGB (Red+Green+Blue) = 170+149+111=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA956F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA956F is #556A90. Grayscale: #979797. Windows color (decimal): -5597841 or 7312810. OLE color: 7312810.

HSL color Cylindrical-coordinate representation of color #AA956F: hue angle of 38.64º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA956F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 149 111 -
CMYK 0 0.12 0.35 0.33
HSL 38.64º 0.26% 0.55% -
HSV(B) 38.64º 0.35% 0.67% -
XYZ 30.19 31.19 19.47 -
YUV 150.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 170 149 111 0 0.12 0.35 0.33 38.64 0.26 0.55
Hex AA 95 6F 0 C 23 21 27 1A 37
Octal 252 225 157 0 14 43 41 47 32 67
Binary 10101010 10010101 1101111 0 1100 100011 100001 100111 11010 110111

Color Harmonies of #AA956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA956F

Black with #AA956F

Text Example


Text Example

White with #AA956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA956F; }

 p { color: rgb(170,149,111); }

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

background-color css

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

 a { background-color: rgb(170,149,111); }

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

border-color css

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

 span { border-color: rgb(170,149,111); }

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