#AF98A6

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

Shades of Shady Lady #AF98A6

Tints of Shady Lady #AF98A6

Color information

#AF98A6 (or 0xAF98A6) is unknown color: approx Shady Lady. HEX triplet: AF, 98 and A6. RGB value is (175,152,166). Sum of RGB (Red+Green+Blue) = 175+152+166=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF98A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF98A6 is #506759. Grayscale: #A0A0A0. Windows color (decimal): -5269338 or 10918063. OLE color: 10918063.

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

Color convert

RGB175152166-
CMYK00.130.050.31
HSL323.48º12.57%64.12%-
HSV(B)323.48º13.14%68.63%-
XYZ35.7934.3240.82-
YUV160.47131.12138.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 166 (65.23% from 255) = 33.67%
R=35.50%
G=30.83%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515216600.130.050.31323.4812.5764.12
HexAF98A60D51F143d40
Octal25723024601553750315100
Binary101011111001100010100110011011011111110100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF98A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF98A6; }

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

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

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

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

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

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

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

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