#ABA99D

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

Shades of Foggy Grey #ABA99D

Tints of Foggy Grey #ABA99D

Color information

#ABA99D (or 0xABA99D) is unknown color: approx Foggy Grey. HEX triplet: AB, A9 and 9D. RGB value is (171,169,157). Sum of RGB (Red+Green+Blue) = 171+169+157=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99D is #545662. Grayscale: #A8A8A8. Windows color (decimal): -5527139 or 10332587. OLE color: 10332587.

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

Color convert

RGB171169157-
CMYK00.010.080.33
HSL51.43º7.69%64.31%-
HSV(B)51.43º8.19%67.06%-
XYZ37.0739.4737.56-
YUV168.23121.66129.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=34.41%
G=34.00%
B=31.59%

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
Decimal17116915700.010.080.3351.437.6964.31
HexABA99D0182133840
Octal2532512350110416310100
Binary10101011101010011001110101100010000111001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA99D; }

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

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

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

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

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

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

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

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