Html Css Color HEX #ABAA9D Foggy Grey

📋 copy color: '#ABAA9D'

red 171 ◦ green 170 ◦ blue 157

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

Shades of Foggy Grey #ABAA9D

Tints of Foggy Grey #ABAA9D

RGB

 RED value IS 171 (67.19% from 255) = 34.34%

 GREEN value IS 170 (66.8% from 255) = 34.14%

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

R = 34.34%
G = 34.14%
B = 31.53%

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

#ABAA9D (or 0xABAA9D) is known color: Foggy Grey. HEX triplet: AB, AA and 9D. RGB value is (171,170,157). Sum of RGB (Red+Green+Blue) = 171+170+157=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA9D is #545562. Grayscale: #A8A8A8. Windows color (decimal): -5526883 or 10332843. OLE color: 10332843.

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

Color convert

RGB 171 170 157 -
CMYK 0 0.01 0.08 0.33
HSL 55.71º 0.08% 0.64% -
HSV(B) 55.71º 0.08% 0.67% -
XYZ 37.26 39.84 37.62 -
YUV 168.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 171 170 157 0 0.01 0.08 0.33 55.71 0.08 0.64
Hex AB AA 9D 0 1 8 21 38 8 40
Octal 253 252 235 0 1 10 41 70 10 100
Binary 10101011 10101010 10011101 0 1 1000 100001 111000 1000 1000000

Color Harmonies of #ABAA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA9D

Black with #ABAA9D

Text Example


Text Example

White with #ABAA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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