Html Css Color HEX #AAAA96 Foggy Grey

📋 copy color: '#AAAA96'

red 170 ◦ green 170 ◦ blue 150

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

Shades of Foggy Grey #AAAA96

Tints of Foggy Grey #AAAA96

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.69%

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

R = 34.69%
G = 34.69%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AAAA96 (or 0xAAAA96) is known color: Foggy Grey. HEX triplet: AA, AA and 96. RGB value is (170,170,150). Sum of RGB (Red+Green+Blue) = 170+170+150=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA96 is #555569. Grayscale: #A7A7A7. Windows color (decimal): -5592426 or 9874090. OLE color: 9874090.

HSL color Cylindrical-coordinate representation of color #AAAA96: hue angle of 60º 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 #AAAA96 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 170 150 -
CMYK 0 0 0.12 0.33
HSL 60º 0.11% 0.63% -
HSV(B) 60º 0.12% 0.67% -
XYZ 36.46 39.5 34.56 -
YUV 167.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 170 170 150 0 0 0.12 0.33 60 0.11 0.63
Hex AA AA 96 0 0 C 21 3C B 3F
Octal 252 252 226 0 0 14 41 74 13 77
Binary 10101010 10101010 10010110 0 0 1100 100001 111100 1011 111111

Color Harmonies of #AAAA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA96

Black with #AAAA96

Text Example


Text Example

White with #AAAA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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