#af5362

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

Shades of Blush #AF5362

Tints of Blush #AF5362

Color information

#AF5362 (or 0xAF5362) is unknown color: approx Blush. HEX triplet: AF, 53 and 62. RGB value is (175,83,98). Sum of RGB (Red+Green+Blue) = 175+83+98=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5362 is #50AC9D. Grayscale: #707070. Windows color (decimal): -5287070 or 6443951. OLE color: 6443951.

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

Color convert

RGB1758398-
CMYK00.530.440.31
HSL350.22º36.51%50.59%-
HSV(B)350.22º52.57%68.63%-
XYZ22.9816.1813.47-
YUV112.22119.98172.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 98 (38.67% from 255) = 27.53%
R=49.16%
G=23.31%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175839800.530.440.31350.2236.5150.59
HexAF53620352C1F15e2533
Octal25712314206554375364563
Binary1010111110100111100010011010110110011111101011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5362; }

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

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

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

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

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

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

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

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