#AC4B71

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

Shades of Royal Heath #AC4B71

Tints of Royal Heath #AC4B71

Color information

#AC4B71 (or 0xAC4B71) is unknown color: approx Royal Heath. HEX triplet: AC, 4B and 71. RGB value is (172,75,113). Sum of RGB (Red+Green+Blue) = 172+75+113=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B71 is #53B48E. Grayscale: #6C6C6C. Windows color (decimal): -5485711 or 7424940. OLE color: 7424940.

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

Color convert

RGB17275113-
CMYK00.560.340.33
HSL336.49º39.27%48.43%-
HSV(B)336.49º56.4%67.45%-
XYZ22.511517.33-
YUV108.34130.64173.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 113 (44.53% from 255) = 31.39%
R=47.78%
G=20.83%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727511300.560.340.33336.4939.2748.43
HexAC4B7103822211502730
Octal25411316107042415204760
Binary10101100100101111100010111000100010100001101010000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B71; }

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

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

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

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

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

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

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

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