#AF5F6C

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

Shades of Blush #AF5F6C

Tints of Blush #AF5F6C

Color information

#AF5F6C (or 0xAF5F6C) is unknown color: approx Blush. HEX triplet: AF, 5F and 6C. RGB value is (175,95,108). Sum of RGB (Red+Green+Blue) = 175+95+108=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F6C is #50A093. Grayscale: #787878. Windows color (decimal): -5283988 or 7102383. OLE color: 7102383.

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

Color convert

RGB17595108-
CMYK00.460.380.31
HSL350.25º33.33%52.94%-
HSV(B)350.25º45.71%68.63%-
XYZ24.4818.3816.45-
YUV120.4121166.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=46.30%
G=25.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759510800.460.380.31350.2533.3352.94
HexAF5F6C02E261F15e2135
Octal25713715405646375364165
Binary1010111110111111101100010111010011011111101011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5F6C; }

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

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

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

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

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

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

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

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