#AC4275

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

Shades of Royal Heath #AC4275

Tints of Royal Heath #AC4275

Color information

#AC4275 (or 0xAC4275) is unknown color: approx Royal Heath. HEX triplet: AC, 42 and 75. RGB value is (172,66,117). Sum of RGB (Red+Green+Blue) = 172+66+117=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4275 is #53BD8A. Grayscale: #676767. Windows color (decimal): -5488011 or 7684780. OLE color: 7684780.

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

Color convert

RGB17266117-
CMYK00.620.320.33
HSL331.13º44.54%46.67%-
HSV(B)331.13º61.63%67.45%-
XYZ22.1713.9518.35-
YUV103.51135.62176.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=48.45%
G=18.59%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726611700.620.320.33331.1344.5446.67
HexAC427503E202114b2d2f
Octal25410216507640415135557
Binary10101100100001011101010111110100000100001101001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4275; }

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

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

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

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

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

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

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

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