#AF8E9A

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

Shades of Shady Lady #AF8E9A

Tints of Shady Lady #AF8E9A

Color information

#AF8E9A (or 0xAF8E9A) is unknown color: approx Shady Lady. HEX triplet: AF, 8E and 9A. RGB value is (175,142,154). Sum of RGB (Red+Green+Blue) = 175+142+154=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8E9A is #507165. Grayscale: #999999. Windows color (decimal): -5271910 or 10129071. OLE color: 10129071.

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

Color convert

RGB175142154-
CMYK00.190.120.31
HSL338.18º17.1%62.16%-
HSV(B)338.18º18.86%68.63%-
XYZ33.1830.7934.77-
YUV153.24128.43143.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=37.15%
G=30.15%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514215400.190.120.31338.1817.162.16
HexAF8E9A013C1F152113e
Octal25721623202314375222176
Binary10101111100011101001101001001111001111110101001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E9A; }

 p { color: rgb(175,142,154); }

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

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

 a { background-color: rgb(175,142,154); }

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

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

 span { border-color: rgb(175,142,154); }

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