#AF5466

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

Shades of Blush #AF5466

Tints of Blush #AF5466

Color information

#AF5466 (or 0xAF5466) is unknown color: approx Blush. HEX triplet: AF, 54 and 66. RGB value is (175,84,102). Sum of RGB (Red+Green+Blue) = 175+84+102=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5466 is #50AB99. Grayscale: #717171. Windows color (decimal): -5286810 or 6706351. OLE color: 6706351.

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

Color convert

RGB17584102-
CMYK00.520.420.31
HSL348.13º36.25%50.78%-
HSV(B)348.13º52%68.63%-
XYZ23.2516.4114.51-
YUV113.26121.65172.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=48.48%
G=23.27%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758410200.520.420.31348.1336.2550.78
HexAF54660342A1F15c2433
Octal25712414606452375344463
Binary1010111110101001100110011010010101011111101011100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5466; }

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

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

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

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

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

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

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

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