#AF5462

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

Shades of Blush #AF5462

Tints of Blush #AF5462

Color information

#AF5462 (or 0xAF5462) is unknown color: approx Blush. HEX triplet: AF, 54 and 62. RGB value is (175,84,98). Sum of RGB (Red+Green+Blue) = 175+84+98=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5462 is #50AB9D. Grayscale: #707070. Windows color (decimal): -5286814 or 6444207. OLE color: 6444207.

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

Color convert

RGB1758498-
CMYK00.520.440.31
HSL350.77º36.25%50.78%-
HSV(B)350.77º52%68.63%-
XYZ23.0516.3413.49-
YUV112.8119.65172.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=49.02%
G=23.53%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175849800.520.440.31350.7736.2550.78
HexAF54620342C1F15f2433
Octal25712414206454375374463
Binary1010111110101001100010011010010110011111101011111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5462; }

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

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

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

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

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

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

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

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