#af5f6f

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

Shades of Blush #AF5F6F

Tints of Blush #AF5F6F

Color information

#AF5F6F (or 0xAF5F6F) is unknown color: approx Blush. HEX triplet: AF, 5F and 6F. RGB value is (175,95,111). Sum of RGB (Red+Green+Blue) = 175+95+111=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5F6F is #50A090. Grayscale: #787878. Windows color (decimal): -5283985 or 7298991. OLE color: 7298991.

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

Color convert

RGB17595111-
CMYK00.460.370.31
HSL348º33.33%52.94%-
HSV(B)348º45.71%68.63%-
XYZ24.6418.4517.3-
YUV120.74122.5166.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=45.93%
G=24.93%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759511100.460.370.3134833.3352.94
HexAF5F6F02E251F15c2135
Octal25713715705645375344165
Binary1010111110111111101111010111010010111111101011100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5f6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5f6f; }

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

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

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

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

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

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

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

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