Html Css Color HEX #AAA996 Foggy Grey

📋 copy color: '#AAA996'

red 170 ◦ green 169 ◦ blue 150

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

Shades of Foggy Grey #AAA996

Tints of Foggy Grey #AAA996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

 BLUE value IS 150 (58.98% from 255) = 30.67%

R = 34.76%
G = 34.56%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AAA996 (or 0xAAA996) is known color: Foggy Grey. HEX triplet: AA, A9 and 96. RGB value is (170,169,150). Sum of RGB (Red+Green+Blue) = 170+169+150=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA996 is #555669. Grayscale: #A7A7A7. Windows color (decimal): -5592682 or 9873834. OLE color: 9873834.

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

Color convert

RGB 170 169 150 -
CMYK 0 0.01 0.12 0.33
HSL 57º 0.11% 0.63% -
HSV(B) 57º 0.12% 0.67% -
XYZ 36.27 39.12 34.49 -
YUV 167.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 170 169 150 0 0.01 0.12 0.33 57 0.11 0.63
Hex AA A9 96 0 1 C 21 39 B 3F
Octal 252 251 226 0 1 14 41 71 13 77
Binary 10101010 10101001 10010110 0 1 1100 100001 111001 1011 111111

Color Harmonies of #AAA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA996

Black with #AAA996

Text Example


Text Example

White with #AAA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA996; }

 p { color: rgb(170,169,150); }

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

background-color css

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

 a { background-color: rgb(170,169,150); }

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

border-color css

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

 span { border-color: rgb(170,169,150); }

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