#AF5263

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

Shades of Blush #AF5263

Tints of Blush #AF5263

Color information

#AF5263 (or 0xAF5263) is unknown color: approx Blush. HEX triplet: AF, 52 and 63. RGB value is (175,82,99). Sum of RGB (Red+Green+Blue) = 175+82+99=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5263 is #50AD9C. Grayscale: #6F6F6F. Windows color (decimal): -5287325 or 6509231. OLE color: 6509231.

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

Color convert

RGB1758299-
CMYK00.530.430.31
HSL349.03º36.76%50.39%-
HSV(B)349.03º53.14%68.63%-
XYZ22.9516.0513.69-
YUV111.74120.81173.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 82 (32.42% from 255) = 23.03%
BLUE value IS 99 (39.06% from 255) = 27.81%
R=49.16%
G=23.03%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175829900.530.430.31349.0336.7650.39
HexAF52630352B1F15d2532
Octal25712214306553375354562
Binary1010111110100101100011011010110101111111101011101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5263; }

 p { color: rgb(175,82,99); }

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

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

 a { background-color: rgb(175,82,99); }

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

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

 span { border-color: rgb(175,82,99); }

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