#AC4472

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

Shades of Royal Heath #AC4472

Tints of Royal Heath #AC4472

Color information

#AC4472 (or 0xAC4472) is unknown color: approx Royal Heath. HEX triplet: AC, 44 and 72. RGB value is (172,68,114). Sum of RGB (Red+Green+Blue) = 172+68+114=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4472 is #53BB8D. Grayscale: #686868. Windows color (decimal): -5487502 or 7488684. OLE color: 7488684.

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

Color convert

RGB17268114-
CMYK00.600.340.33
HSL333.46º43.33%47.06%-
HSV(B)333.46º60.47%67.45%-
XYZ22.1214.1217.48-
YUV104.34133.46176.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=48.59%
G=19.21%
B=32.20%

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
Decimal1726811400.600.340.33333.4643.3347.06
HexAC447203C222114d2b2f
Octal25410416207442415155357
Binary10101100100010011100100111100100010100001101001101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4472; }

 p { color: rgb(172,68,114); }

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

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

 a { background-color: rgb(172,68,114); }

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

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

 span { border-color: rgb(172,68,114); }

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