#AC5462

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

Shades of Blush #AC5462

Tints of Blush #AC5462

Color information

#AC5462 (or 0xAC5462) is unknown color: approx Blush. HEX triplet: AC, 54 and 62. RGB value is (172,84,98). Sum of RGB (Red+Green+Blue) = 172+84+98=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5462 is #53AB9D. Grayscale: #6F6F6F. Windows color (decimal): -5483422 or 6444204. OLE color: 6444204.

HSL color Cylindrical-coordinate representation of color #AC5462: hue angle of 350.45º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5462 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1728498-
CMYK00.510.430.33
HSL350.45º34.65%50.2%-
HSV(B)350.45º51.16%67.45%-
XYZ22.3915.9913.46-
YUV111.91120.15170.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=48.59%
G=23.73%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172849800.510.430.33350.4534.6550.2
HexAC54620332B2115e2332
Octal25412414206353415364362
Binary10101100101010011000100110011101011100001101011110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5462; }

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

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

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

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

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

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

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

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