#AC4F75

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

Shades of Royal Heath #AC4F75

Tints of Royal Heath #AC4F75

Color information

#AC4F75 (or 0xAC4F75) is unknown color: approx Royal Heath. HEX triplet: AC, 4F and 75. RGB value is (172,79,117). Sum of RGB (Red+Green+Blue) = 172+79+117=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4F75 is #53B08A. Grayscale: #6F6F6F. Windows color (decimal): -5484683 or 7688108. OLE color: 7688108.

HSL color Cylindrical-coordinate representation of color #AC4F75: hue angle of 335.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC4F75 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17279117-
CMYK00.540.320.33
HSL335.48º37.05%49.22%-
HSV(B)335.48º54.07%67.45%-
XYZ23.0215.6518.64-
YUV111.14131.31171.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=46.74%
G=21.47%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727911700.540.320.33335.4837.0549.22
HexAC4F75036202114f2531
Octal25411716506640415174561
Binary10101100100111111101010110110100000100001101001111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F75; }

 p { color: rgb(172,79,117); }

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

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

 a { background-color: rgb(172,79,117); }

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

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

 span { border-color: rgb(172,79,117); }

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