#AF9CA5

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

Shades of Shady Lady #AF9CA5

Tints of Shady Lady #AF9CA5

Color information

#AF9CA5 (or 0xAF9CA5) is unknown color: approx Shady Lady. HEX triplet: AF, 9C and A5. RGB value is (175,156,165). Sum of RGB (Red+Green+Blue) = 175+156+165=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9CA5 is #50635A. Grayscale: #A2A2A2. Windows color (decimal): -5268315 or 10853551. OLE color: 10853551.

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

Color convert

RGB175156165-
CMYK00.110.060.31
HSL331.58º10.61%64.9%-
HSV(B)331.58º10.86%68.63%-
XYZ36.3635.6140.55-
YUV162.71129.29136.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 165 (64.84% from 255) = 33.27%
R=35.28%
G=31.45%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515616500.110.060.31331.5810.6164.9
HexAF9CA50B61F14cb41
Octal25723424501363751413101
Binary101011111001110010100101010111101111110100110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CA5; }

 p { color: rgb(175,156,165); }

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

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

 a { background-color: rgb(175,156,165); }

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

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

 span { border-color: rgb(175,156,165); }

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