#ABA99E

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

Shades of Foggy Grey #ABA99E

Tints of Foggy Grey #ABA99E

Color information

#ABA99E (or 0xABA99E) is unknown color: approx Foggy Grey. HEX triplet: AB, A9 and 9E. RGB value is (171,169,158). Sum of RGB (Red+Green+Blue) = 171+169+158=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99E is #545661. Grayscale: #A8A8A8. Windows color (decimal): -5527138 or 10398123. OLE color: 10398123.

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

Color convert

RGB171169158-
CMYK00.010.080.33
HSL50.77º7.18%64.51%-
HSV(B)50.77º7.6%67.06%-
XYZ37.1539.538.01-
YUV168.34122.16129.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 169 (66.41% from 255) = 33.94%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=34.34%
G=33.94%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116915800.010.080.3350.777.1864.51
HexABA99E0182133741
Octal253251236011041637101
Binary1010101110101001100111100110001000011100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA99E; }

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

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

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

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

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

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

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

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