#AF8C9A

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

Shades of Shady Lady #AF8C9A

Tints of Shady Lady #AF8C9A

Color information

#AF8C9A (or 0xAF8C9A) is unknown color: approx Shady Lady. HEX triplet: AF, 8C and 9A. RGB value is (175,140,154). Sum of RGB (Red+Green+Blue) = 175+140+154=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C9A is #507365. Grayscale: #989898. Windows color (decimal): -5272422 or 10128559. OLE color: 10128559.

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

Color convert

RGB175140154-
CMYK00.20.120.31
HSL336º17.95%61.76%-
HSV(B)336º20%68.63%-
XYZ32.8930.234.67-
YUV152.06129.1144.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=37.31%
G=29.85%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514015400.20.120.3133617.9561.76
HexAF8C9A014C1F150123e
Octal25721423202414375202276
Binary10101111100011001001101001010011001111110101000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C9A; }

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

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

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

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

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

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

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

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