#AC5367

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

Shades of Blush #AC5367

Tints of Blush #AC5367

Color information

#AC5367 (or 0xAC5367) is unknown color: approx Blush. HEX triplet: AC, 53 and 67. RGB value is (172,83,103). Sum of RGB (Red+Green+Blue) = 172+83+103=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5367 is #53AC98. Grayscale: #6F6F6F. Windows color (decimal): -5483673 or 6771628. OLE color: 6771628.

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

Color convert

RGB17283103-
CMYK00.520.400.33
HSL346.52º34.9%50%-
HSV(B)346.52º51.74%67.45%-
XYZ22.5515.9414.72-
YUV111.89122.99170.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 103 (40.62% from 255) = 28.77%
R=48.04%
G=23.18%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728310300.520.400.33346.5234.950
HexAC5367034282115b2332
Octal25412314706450415334362
Binary10101100101001111001110110100101000100001101011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5367; }

 p { color: rgb(172,83,103); }

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

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

 a { background-color: rgb(172,83,103); }

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

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

 span { border-color: rgb(172,83,103); }

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