#AF5361

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

Shades of Blush #AF5361

Tints of Blush #AF5361

Color information

#AF5361 (or 0xAF5361) is unknown color: approx Blush. HEX triplet: AF, 53 and 61. RGB value is (175,83,97). Sum of RGB (Red+Green+Blue) = 175+83+97=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5361 is #50AC9E. Grayscale: #707070. Windows color (decimal): -5287071 or 6378415. OLE color: 6378415.

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

Color convert

RGB1758397-
CMYK00.530.450.31
HSL350.87º36.51%50.59%-
HSV(B)350.87º52.57%68.63%-
XYZ22.9316.1613.22-
YUV112.1119.48172.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=49.30%
G=23.38%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175839700.530.450.31350.8736.5150.59
HexAF53610352D1F15f2533
Octal25712314106555375374563
Binary1010111110100111100001011010110110111111101011111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5361; }

 p { color: rgb(175,83,97); }

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

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

 a { background-color: rgb(175,83,97); }

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

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

 span { border-color: rgb(175,83,97); }

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