#AC4072

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

Shades of Royal Heath #AC4072

Tints of Royal Heath #AC4072

Color information

#AC4072 (or 0xAC4072) is unknown color: approx Royal Heath. HEX triplet: AC, 40 and 72. RGB value is (172,64,114). Sum of RGB (Red+Green+Blue) = 172+64+114=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4072 is #53BF8D. Grayscale: #656565. Windows color (decimal): -5488526 or 7487660. OLE color: 7487660.

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

Color convert

RGB17264114-
CMYK00.630.340.33
HSL332.22º45.76%46.27%-
HSV(B)332.22º62.79%67.45%-
XYZ21.8813.6517.4-
YUV101.99134.78177.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=49.14%
G=18.29%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726411400.630.340.33332.2245.7646.27
HexAC407203F222114c2e2e
Octal25410016207742415145656
Binary10101100100000011100100111111100010100001101001100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4072; }

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

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

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

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

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

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

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

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