#AC4D6C

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

Shades of Royal Heath #AC4D6C

Tints of Royal Heath #AC4D6C

Color information

#AC4D6C (or 0xAC4D6C) is unknown color: approx Royal Heath. HEX triplet: AC, 4D and 6C. RGB value is (172,77,108). Sum of RGB (Red+Green+Blue) = 172+77+108=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D6C is #53B293. Grayscale: #6C6C6C. Windows color (decimal): -5485204 or 7097772. OLE color: 7097772.

HSL color Cylindrical-coordinate representation of color #AC4D6C: hue angle of 340.42º 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 #AC4D6C is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB17277108-
CMYK00.550.370.33
HSL340.42º38.15%48.82%-
HSV(B)340.42º55.23%67.45%-
XYZ22.3715.1615.93-
YUV108.94127.47172.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=48.18%
G=21.57%
B=30.25%

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
Decimal1727710800.550.370.33340.4238.1548.82
HexAC4D6C03725211542631
Octal25411515406745415244661
Binary10101100100110111011000110111100101100001101010100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D6C; }

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

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

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

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

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

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

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

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