Html Css Color HEX #AAA99D Foggy Grey

📋 copy color: '#AAA99D'

red 170 ◦ green 169 ◦ blue 157

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

Shades of Foggy Grey #AAA99D

Tints of Foggy Grey #AAA99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.65%

R = 34.27%
G = 34.07%
B = 31.65%

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

#AAA99D (or 0xAAA99D) is known color: Foggy Grey. HEX triplet: AA, A9 and 9D. RGB value is (170,169,157). Sum of RGB (Red+Green+Blue) = 170+169+157=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA99D is #555662. Grayscale: #A7A7A7. Windows color (decimal): -5592675 or 10332586. OLE color: 10332586.

HSL color Cylindrical-coordinate representation of color #AAA99D: hue angle of 55.38º degrees, saturation: 0.07, 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 #AAA99D is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 157 -
CMYK 0 0.01 0.08 0.33
HSL 55.38º 0.07% 0.64% -
HSV(B) 55.38º 0.08% 0.67% -
XYZ 36.85 39.36 37.55 -
YUV 167.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 170 169 157 0 0.01 0.08 0.33 55.38 0.07 0.64
Hex AA A9 9D 0 1 8 21 37 7 40
Octal 252 251 235 0 1 10 41 67 7 100
Binary 10101010 10101001 10011101 0 1 1000 100001 110111 111 1000000

Color Harmonies of #AAA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA99D

Black with #AAA99D

Text Example


Text Example

White with #AAA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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