#AF9DA7

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

Shades of Shady Lady #AF9DA7

Tints of Shady Lady #AF9DA7

Color information

#AF9DA7 (or 0xAF9DA7) is unknown color: approx Shady Lady. HEX triplet: AF, 9D and A7. RGB value is (175,157,167). Sum of RGB (Red+Green+Blue) = 175+157+167=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DA7 is #506258. Grayscale: #A3A3A3. Windows color (decimal): -5268057 or 10984879. OLE color: 10984879.

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

Color convert

RGB175157167-
CMYK00.100.050.31
HSL326.67º10.11%65.1%-
HSV(B)326.67º10.29%68.63%-
XYZ36.7136.0241.58-
YUV163.52129.96136.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 167 (65.62% from 255) = 33.47%
R=35.07%
G=31.46%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515716700.100.050.31326.6710.1165.1
HexAF9DA70A51F147a41
Octal25723524701253750712101
Binary101011111001110110100111010101011111110100011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DA7; }

 p { color: rgb(175,157,167); }

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

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

 a { background-color: rgb(175,157,167); }

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

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

 span { border-color: rgb(175,157,167); }

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