#AC4C6C

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

Shades of Royal Heath #AC4C6C

Tints of Royal Heath #AC4C6C

Color information

#AC4C6C (or 0xAC4C6C) is unknown color: approx Royal Heath. HEX triplet: AC, 4C and 6C. RGB value is (172,76,108). Sum of RGB (Red+Green+Blue) = 172+76+108=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C6C is #53B393. Grayscale: #6C6C6C. Windows color (decimal): -5485460 or 7097516. OLE color: 7097516.

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

Color convert

RGB17276108-
CMYK00.560.370.33
HSL340º38.71%48.63%-
HSV(B)340º55.81%67.45%-
XYZ22.315.0215.91-
YUV108.35127.8173.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=48.31%
G=21.35%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727610800.560.370.3334038.7148.63
HexAC4C6C03825211542731
Octal25411415407045415244761
Binary10101100100110011011000111000100101100001101010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C6C; }

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

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

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

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

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

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

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

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