Html Css Color HEX #AAA999 Foggy Grey

📋 copy color: '#AAA999'

red 170 ◦ green 169 ◦ blue 153

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

Shades of Foggy Grey #AAA999

Tints of Foggy Grey #AAA999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 34.55%
G = 34.35%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AAA999 (or 0xAAA999) is known color: Foggy Grey. HEX triplet: AA, A9 and 99. RGB value is (170,169,153). Sum of RGB (Red+Green+Blue) = 170+169+153=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA999 is #555666. Grayscale: #A7A7A7. Windows color (decimal): -5592679 or 10070442. OLE color: 10070442.

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

Color convert

RGB 170 169 153 -
CMYK 0 0.01 0.1 0.33
HSL 56.47º 0.09% 0.63% -
HSV(B) 56.47º 0.1% 0.67% -
XYZ 36.52 39.22 35.78 -
YUV 167.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 170 169 153 0 0.01 0.1 0.33 56.47 0.09 0.63
Hex AA A9 99 0 1 A 21 38 9 3F
Octal 252 251 231 0 1 12 41 70 11 77
Binary 10101010 10101001 10011001 0 1 1010 100001 111000 1001 111111

Color Harmonies of #AAA999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA999

Black with #AAA999

Text Example


Text Example

White with #AAA999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA999; }

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

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

background-color css

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

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

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

border-color css

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

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

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