#AF98A0

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

Shades of Shady Lady #AF98A0

Tints of Shady Lady #AF98A0

Color information

#AF98A0 (or 0xAF98A0) is unknown color: approx Shady Lady. HEX triplet: AF, 98 and A0. RGB value is (175,152,160). Sum of RGB (Red+Green+Blue) = 175+152+160=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF98A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98A0 is #50675F. Grayscale: #9F9F9F. Windows color (decimal): -5269344 or 10524847. OLE color: 10524847.

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

Color convert

RGB175152160-
CMYK00.130.090.31
HSL339.13º12.57%64.12%-
HSV(B)339.13º13.14%68.63%-
XYZ35.2534.1137.98-
YUV159.79128.12138.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=35.93%
G=31.21%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515216000.130.090.31339.1312.5764.12
HexAF98A00D91F153d40
Octal257230240015113752315100
Binary1010111110011000101000000110110011111110101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98A0; }

 p { color: rgb(175,152,160); }

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

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

 a { background-color: rgb(175,152,160); }

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

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

 span { border-color: rgb(175,152,160); }

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