#AC4571

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

Shades of Royal Heath #AC4571

Tints of Royal Heath #AC4571

Color information

#AC4571 (or 0xAC4571) is unknown color: approx Royal Heath. HEX triplet: AC, 45 and 71. RGB value is (172,69,113). Sum of RGB (Red+Green+Blue) = 172+69+113=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4571 is #53BA8E. Grayscale: #686868. Windows color (decimal): -5487247 or 7423404. OLE color: 7423404.

HSL color Cylindrical-coordinate representation of color #AC4571: hue angle of 334.37º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4571 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17269113-
CMYK00.600.340.33
HSL334.37º42.74%47.25%-
HSV(B)334.37º59.88%67.45%-
XYZ22.1214.2217.2-
YUV104.81132.62175.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 69 (27.34% from 255) = 19.49%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=48.59%
G=19.49%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726911300.600.340.33334.3742.7447.25
HexAC457103C222114e2b2f
Octal25410516107442415165357
Binary10101100100010111100010111100100010100001101001110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4571; }

 p { color: rgb(172,69,113); }

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

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

 a { background-color: rgb(172,69,113); }

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

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

 span { border-color: rgb(172,69,113); }

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