#AF5463

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

Shades of Blush #AF5463

Tints of Blush #AF5463

Color information

#AF5463 (or 0xAF5463) is unknown color: approx Blush. HEX triplet: AF, 54 and 63. RGB value is (175,84,99). Sum of RGB (Red+Green+Blue) = 175+84+99=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5463 is #50AB9C. Grayscale: #707070. Windows color (decimal): -5286813 or 6509743. OLE color: 6509743.

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

Color convert

RGB1758499-
CMYK00.520.430.31
HSL350.11º36.25%50.78%-
HSV(B)350.11º52%68.63%-
XYZ23.116.3613.74-
YUV112.92120.15172.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=48.88%
G=23.46%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175849900.520.430.31350.1136.2550.78
HexAF54630342B1F15e2433
Octal25712414306453375364463
Binary1010111110101001100011011010010101111111101011110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5463; }

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

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

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

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

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

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

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

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