#AF5862

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

Shades of Blush #AF5862

Tints of Blush #AF5862

Color information

#AF5862 (or 0xAF5862) is unknown color: approx Blush. HEX triplet: AF, 58 and 62. RGB value is (175,88,98). Sum of RGB (Red+Green+Blue) = 175+88+98=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5862 is #50A79D. Grayscale: #737373. Windows color (decimal): -5285790 or 6445231. OLE color: 6445231.

HSL color Cylindrical-coordinate representation of color #AF5862: hue angle of 353.1º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5862 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1758898-
CMYK00.500.440.31
HSL353.1º35.22%51.57%-
HSV(B)353.1º49.71%68.63%-
XYZ23.3716.9813.6-
YUV115.15118.32170.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 88 (34.77% from 255) = 24.38%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=48.48%
G=24.38%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175889800.500.440.31353.135.2251.57
HexAF58620322C1F1612334
Octal25713014206254375414364
Binary1010111110110001100010011001010110011111101100001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5862; }

 p { color: rgb(175,88,98); }

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

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

 a { background-color: rgb(175,88,98); }

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

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

 span { border-color: rgb(175,88,98); }

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