#AF93A1

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

Shades of Shady Lady #AF93A1

Tints of Shady Lady #AF93A1

Color information

#AF93A1 (or 0xAF93A1) is unknown color: approx Shady Lady. HEX triplet: AF, 93 and A1. RGB value is (175,147,161). Sum of RGB (Red+Green+Blue) = 175+147+161=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF93A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93A1 is #506C5E. Grayscale: #9C9C9C. Windows color (decimal): -5270623 or 10589103. OLE color: 10589103.

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

Color convert

RGB175147161-
CMYK00.160.080.31
HSL330º14.89%63.14%-
HSV(B)330º16%68.63%-
XYZ34.5532.5538.18-
YUV156.97130.28140.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 147 (57.81% from 255) = 30.43%
BLUE value IS 161 (63.28% from 255) = 33.33%
R=36.23%
G=30.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514716100.160.080.3133014.8963.14
HexAF93A101081F14af3f
Octal25722324102010375121777
Binary1010111110010011101000010100001000111111010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93A1; }

 p { color: rgb(175,147,161); }

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

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

 a { background-color: rgb(175,147,161); }

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

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

 span { border-color: rgb(175,147,161); }

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