#AF5268

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

Shades of Blush #AF5268

Tints of Blush #AF5268

Color information

#AF5268 (or 0xAF5268) is unknown color: approx Blush. HEX triplet: AF, 52 and 68. RGB value is (175,82,104). Sum of RGB (Red+Green+Blue) = 175+82+104=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5268 is #50AD97. Grayscale: #707070. Windows color (decimal): -5287320 or 6836911. OLE color: 6836911.

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

Color convert

RGB17582104-
CMYK00.530.410.31
HSL345.81º36.76%50.39%-
HSV(B)345.81º53.14%68.63%-
XYZ23.216.1514.99-
YUV112.32123.31172.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=48.48%
G=22.71%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758210400.530.410.31345.8136.7650.39
HexAF5268035291F15a2532
Octal25712215006551375324562
Binary1010111110100101101000011010110100111111101011010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5268; }

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

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

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

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

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

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

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

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