#AC5165

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

Shades of Blush #AC5165

Tints of Blush #AC5165

Color information

#AC5165 (or 0xAC5165) is unknown color: approx Blush. HEX triplet: AC, 51 and 65. RGB value is (172,81,101). Sum of RGB (Red+Green+Blue) = 172+81+101=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5165 is #53AE9A. Grayscale: #6E6E6E. Windows color (decimal): -5484187 or 6640044. OLE color: 6640044.

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

Color convert

RGB17281101-
CMYK00.530.410.33
HSL346.81º35.97%49.61%-
HSV(B)346.81º52.91%67.45%-
XYZ22.315.614.15-
YUV110.49122.65171.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=48.59%
G=22.88%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728110100.530.410.33346.8135.9749.61
HexAC5165035292115b2432
Octal25412114506551415334462
Binary10101100101000111001010110101101001100001101011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5165; }

 p { color: rgb(172,81,101); }

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

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

 a { background-color: rgb(172,81,101); }

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

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

 span { border-color: rgb(172,81,101); }

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