#ABA99F

Color #ABA99F Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #ABA99F

Tints of Foggy Grey #ABA99F

Color information

#ABA99F (or 0xABA99F) is unknown color: approx Foggy Grey. HEX triplet: AB, A9 and 9F. RGB value is (171,169,159). Sum of RGB (Red+Green+Blue) = 171+169+159=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99F is #545660. Grayscale: #A8A8A8. Windows color (decimal): -5527137 or 10463659. OLE color: 10463659.

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

Color convert

RGB171169159-
CMYK00.010.070.33
HSL50º6.67%64.71%-
HSV(B)50º7.02%67.06%-
XYZ37.2439.5438.47-
YUV168.46122.66129.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 169 (66.41% from 255) = 33.87%
BLUE value IS 159 (62.5% from 255) = 31.86%
R=34.27%
G=33.87%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116915900.010.070.33506.6764.71
HexABA99F0172132741
Octal25325123701741627101
Binary101010111010100110011111011111000011100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA99F; }

 p { color: rgb(171,169,159); }

 H1.HeaderClassName
 {
   color: #ABA99F;
 }
 .AnyTagClassName
 {
   color: #ABA99F;
 }
</style>
background-color css

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

 a { background-color: rgb(171,169,159); }

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

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

 span { border-color: rgb(171,169,159); }

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