Html Css Color HEX #AAA799 Foggy Grey

📋 copy color: '#AAA799'

red 170 ◦ green 167 ◦ blue 153

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

Shades of Foggy Grey #AAA799

Tints of Foggy Grey #AAA799

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.08%

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

R = 34.69%
G = 34.08%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AAA799 (or 0xAAA799) is known color: Foggy Grey. HEX triplet: AA, A7 and 99. RGB value is (170,167,153). Sum of RGB (Red+Green+Blue) = 170+167+153=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA799 is #555866. Grayscale: #A6A6A6. Windows color (decimal): -5593191 or 10069930. OLE color: 10069930.

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

Color convert

RGB 170 167 153 -
CMYK 0 0.02 0.1 0.33
HSL 49.41º 0.09% 0.63% -
HSV(B) 49.41º 0.1% 0.67% -
XYZ 36.15 38.48 35.66 -
YUV 166.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 170 167 153 0 0.02 0.1 0.33 49.41 0.09 0.63
Hex AA A7 99 0 2 A 21 31 9 3F
Octal 252 247 231 0 2 12 41 61 11 77
Binary 10101010 10100111 10011001 0 10 1010 100001 110001 1001 111111

Color Harmonies of #AAA799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA799

Black with #AAA799

Text Example


Text Example

White with #AAA799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA799; }

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

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

background-color css

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

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

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

border-color css

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

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

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