#AC4575

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

Shades of Royal Heath #AC4575

Tints of Royal Heath #AC4575

Color information

#AC4575 (or 0xAC4575) is unknown color: approx Royal Heath. HEX triplet: AC, 45 and 75. RGB value is (172,69,117). Sum of RGB (Red+Green+Blue) = 172+69+117=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4575 is #53BA8A. Grayscale: #696969. Windows color (decimal): -5487243 or 7685548. OLE color: 7685548.

HSL color Cylindrical-coordinate representation of color #AC4575: hue angle of 332.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC4575 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17269117-
CMYK00.600.320.33
HSL332.04º42.74%47.25%-
HSV(B)332.04º59.88%67.45%-
XYZ22.3514.3118.41-
YUV105.27134.62175.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 69 (27.34% from 255) = 19.27%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=48.04%
G=19.27%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726911700.600.320.33332.0442.7447.25
HexAC457503C202114c2b2f
Octal25410516507440415145357
Binary10101100100010111101010111100100000100001101001100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4575; }

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

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

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

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

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

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

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

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