#AF516C

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

Shades of Blush #AF516C

Tints of Blush #AF516C

Color information

#AF516C (or 0xAF516C) is unknown color: approx Blush. HEX triplet: AF, 51 and 6C. RGB value is (175,81,108). Sum of RGB (Red+Green+Blue) = 175+81+108=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF516C is #50AE93. Grayscale: #707070. Windows color (decimal): -5287572 or 7098799. OLE color: 7098799.

HSL color Cylindrical-coordinate representation of color #AF516C: hue angle of 342.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF516C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17581108-
CMYK00.540.380.31
HSL342.77º37.01%50.2%-
HSV(B)342.77º53.71%68.63%-
XYZ23.3316.0816.06-
YUV112.18125.64172.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=48.08%
G=22.25%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758110800.540.380.31342.7737.0150.2
HexAF516C036261F1572532
Octal25712115406646375274562
Binary1010111110100011101100011011010011011111101010111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF516C; }

 p { color: rgb(175,81,108); }

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

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

 a { background-color: rgb(175,81,108); }

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

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

 span { border-color: rgb(175,81,108); }

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