Html Css Color HEX #AAA798 Foggy Grey

📋 copy color: '#AAA798'

red 170 ◦ green 167 ◦ blue 152

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

Shades of Foggy Grey #AAA798

Tints of Foggy Grey #AAA798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 34.76%
G = 34.15%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AAA798 (or 0xAAA798) is known color: Foggy Grey. HEX triplet: AA, A7 and 98. RGB value is (170,167,152). Sum of RGB (Red+Green+Blue) = 170+167+152=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA798 is #555867. Grayscale: #A6A6A6. Windows color (decimal): -5593192 or 10004394. OLE color: 10004394.

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

Color convert

RGB 170 167 152 -
CMYK 0 0.02 0.11 0.33
HSL 50º 0.1% 0.63% -
HSV(B) 50º 0.11% 0.67% -
XYZ 36.06 38.45 35.23 -
YUV 166.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 170 167 152 0 0.02 0.11 0.33 50 0.1 0.63
Hex AA A7 98 0 2 B 21 32 A 3F
Octal 252 247 230 0 2 13 41 62 12 77
Binary 10101010 10100111 10011000 0 10 1011 100001 110010 1010 111111

Color Harmonies of #AAA798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA798

Black with #AAA798

Text Example


Text Example

White with #AAA798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA798; }

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

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

background-color css

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

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

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

border-color css

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

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

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