Html Css Color HEX #AAA89B Foggy Grey

📋 copy color: '#AAA89B'

red 170 ◦ green 168 ◦ blue 155

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

Shades of Foggy Grey #AAA89B

Tints of Foggy Grey #AAA89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 34.48%
G = 34.08%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AAA89B (or 0xAAA89B) is known color: Foggy Grey. HEX triplet: AA, A8 and 9B. RGB value is (170,168,155). Sum of RGB (Red+Green+Blue) = 170+168+155=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA89B is #555764. Grayscale: #A7A7A7. Windows color (decimal): -5592933 or 10201258. OLE color: 10201258.

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

Color convert

RGB 170 168 155 -
CMYK 0 0.01 0.09 0.33
HSL 52º 0.08% 0.64% -
HSV(B) 52º 0.09% 0.67% -
XYZ 36.5 38.92 36.6 -
YUV 167.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 170 168 155 0 0.01 0.09 0.33 52 0.08 0.64
Hex AA A8 9B 0 1 9 21 34 8 40
Octal 252 250 233 0 1 11 41 64 10 100
Binary 10101010 10101000 10011011 0 1 1001 100001 110100 1000 1000000

Color Harmonies of #AAA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA89B

Black with #AAA89B

Text Example


Text Example

White with #AAA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA89B; }

 p { color: rgb(170,168,155); }

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

background-color css

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

 a { background-color: rgb(170,168,155); }

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

border-color css

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

 span { border-color: rgb(170,168,155); }

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