#AC4E6C

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

Shades of Royal Heath #AC4E6C

Tints of Royal Heath #AC4E6C

Color information

#AC4E6C (or 0xAC4E6C) is unknown color: approx Royal Heath. HEX triplet: AC, 4E and 6C. RGB value is (172,78,108). Sum of RGB (Red+Green+Blue) = 172+78+108=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E6C is #53B193. Grayscale: #6D6D6D. Windows color (decimal): -5484948 or 7098028. OLE color: 7098028.

HSL color Cylindrical-coordinate representation of color #AC4E6C: hue angle of 340.85º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4E6C is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17278108-
CMYK00.550.370.33
HSL340.85º37.6%49.02%-
HSV(B)340.85º54.65%67.45%-
XYZ22.4415.315.96-
YUV109.53127.14172.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=48.04%
G=21.79%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727810800.550.370.33340.8537.649.02
HexAC4E6C03725211552631
Octal25411615406745415254661
Binary10101100100111011011000110111100101100001101010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E6C; }

 p { color: rgb(172,78,108); }

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

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

 a { background-color: rgb(172,78,108); }

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

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

 span { border-color: rgb(172,78,108); }

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