#ABA99C

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

Shades of Foggy Grey #ABA99C

Tints of Foggy Grey #ABA99C

Color information

#ABA99C (or 0xABA99C) is unknown color: approx Foggy Grey. HEX triplet: AB, A9 and 9C. RGB value is (171,169,156). Sum of RGB (Red+Green+Blue) = 171+169+156=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA99C is #545663. Grayscale: #A8A8A8. Windows color (decimal): -5527140 or 10267051. OLE color: 10267051.

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

Color convert

RGB171169156-
CMYK00.010.090.33
HSL52º8.2%64.12%-
HSV(B)52º8.77%67.06%-
XYZ36.9839.4337.11-
YUV168.12121.16130.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=34.48%
G=34.07%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116915600.010.090.33528.264.12
HexABA99C0192134840
Octal2532512340111416410100
Binary10101011101010011001110001100110000111010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA99C; }

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

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

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

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

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

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

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

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