#AFABAC

Color #AFABAC Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #AFABAC

Tints of Shady Lady #AFABAC

Color information

#AFABAC (or 0xAFABAC) is unknown color: approx Shady Lady. HEX triplet: AF, AB and AC. RGB value is (175,171,172). Sum of RGB (Red+Green+Blue) = 175+171+172=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABAC is #505453. Grayscale: #ACACAC. Windows color (decimal): -5264468 or 11316143. OLE color: 11316143.

HSL color Cylindrical-coordinate representation of color #AFABAC: hue angle of 345º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFABAC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175171172-
CMYK00.020.020.31
HSL345º2.44%67.84%-
HSV(B)345º2.29%68.63%-
XYZ39.6941.2244.89-
YUV172.31127.83129.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=33.78%
G=33.01%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517117200.020.020.313452.4467.84
HexAFABAC0221F159244
Octal257253254022375312104
Binary1010111110101011101011000101011111101011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABAC; }

 p { color: rgb(175,171,172); }

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

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

 a { background-color: rgb(175,171,172); }

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

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

 span { border-color: rgb(175,171,172); }

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