#AF9EA7

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

Shades of Shady Lady #AF9EA7

Tints of Shady Lady #AF9EA7

Color information

#AF9EA7 (or 0xAF9EA7) is unknown color: approx Shady Lady. HEX triplet: AF, 9E and A7. RGB value is (175,158,167). Sum of RGB (Red+Green+Blue) = 175+158+167=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9EA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9EA7 is #506158. Grayscale: #A4A4A4. Windows color (decimal): -5267801 or 10985135. OLE color: 10985135.

HSL color Cylindrical-coordinate representation of color #AF9EA7: hue angle of 328.24º 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 #AF9EA7 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB175158167-
CMYK00.100.050.31
HSL328.24º9.6%65.29%-
HSV(B)328.24º9.71%68.63%-
XYZ36.8836.3641.63-
YUV164.11129.63135.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 158 (62.11% from 255) = 31.6%
BLUE value IS 167 (65.62% from 255) = 33.4%
R=35%
G=31.6%
B=33.4%

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
Decimal17515816700.100.050.31328.249.665.29
HexAF9EA70A51F148a41
Octal25723624701253751012101
Binary101011111001111010100111010101011111110100100010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EA7; }

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

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

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

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

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

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

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

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