Html Css Color HEX #AAA99C Foggy Grey

📋 copy color: '#AAA99C'

red 170 ◦ green 169 ◦ blue 156

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

Shades of Foggy Grey #AAA99C

Tints of Foggy Grey #AAA99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.52%

R = 34.34%
G = 34.14%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AAA99C (or 0xAAA99C) is known color: Foggy Grey. HEX triplet: AA, A9 and 9C. RGB value is (170,169,156). Sum of RGB (Red+Green+Blue) = 170+169+156=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA99C is #555663. Grayscale: #A7A7A7. Windows color (decimal): -5592676 or 10267050. OLE color: 10267050.

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

Color convert

RGB 170 169 156 -
CMYK 0 0.01 0.08 0.33
HSL 55.71º 0.08% 0.64% -
HSV(B) 55.71º 0.08% 0.67% -
XYZ 36.77 39.32 37.1 -
YUV 167.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 170 169 156 0 0.01 0.08 0.33 55.71 0.08 0.64
Hex AA A9 9C 0 1 8 21 38 8 40
Octal 252 251 234 0 1 10 41 70 10 100
Binary 10101010 10101001 10011100 0 1 1000 100001 111000 1000 1000000

Color Harmonies of #AAA99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA99C

Black with #AAA99C

Text Example


Text Example

White with #AAA99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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