#AC4871

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

Shades of Royal Heath #AC4871

Tints of Royal Heath #AC4871

Color information

#AC4871 (or 0xAC4871) is unknown color: approx Royal Heath. HEX triplet: AC, 48 and 71. RGB value is (172,72,113). Sum of RGB (Red+Green+Blue) = 172+72+113=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4871 is #53B78E. Grayscale: #6A6A6A. Windows color (decimal): -5486479 or 7424172. OLE color: 7424172.

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

Color convert

RGB17272113-
CMYK00.580.340.33
HSL335.4º40.98%47.84%-
HSV(B)335.4º58.14%67.45%-
XYZ22.3114.617.26-
YUV106.57131.63174.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 113 (44.53% from 255) = 31.65%
R=48.18%
G=20.17%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727211300.580.340.33335.440.9847.84
HexAC487103A222114f2930
Octal25411016107242415175160
Binary10101100100100011100010111010100010100001101001111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4871; }

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

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

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

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

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

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

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

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