#AC4671

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

Shades of Royal Heath #AC4671

Tints of Royal Heath #AC4671

Color information

#AC4671 (or 0xAC4671) is unknown color: approx Royal Heath. HEX triplet: AC, 46 and 71. RGB value is (172,70,113). Sum of RGB (Red+Green+Blue) = 172+70+113=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4671 is #53B98E. Grayscale: #696969. Windows color (decimal): -5486991 or 7423660. OLE color: 7423660.

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

Color convert

RGB17270113-
CMYK00.590.340.33
HSL334.71º42.15%47.45%-
HSV(B)334.71º59.3%67.45%-
XYZ22.1814.3417.22-
YUV105.4132.29175.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=48.45%
G=19.72%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727011300.590.340.33334.7142.1547.45
HexAC467103B222114f2a2f
Octal25410616107342415175257
Binary10101100100011011100010111011100010100001101001111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4671; }

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

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

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

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

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

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

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

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