#AC4172

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

Shades of Royal Heath #AC4172

Tints of Royal Heath #AC4172

Color information

#AC4172 (or 0xAC4172) is unknown color: approx Royal Heath. HEX triplet: AC, 41 and 72. RGB value is (172,65,114). Sum of RGB (Red+Green+Blue) = 172+65+114=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4172 is #53BE8D. Grayscale: #666666. Windows color (decimal): -5488270 or 7487916. OLE color: 7487916.

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

Color convert

RGB17265114-
CMYK00.620.340.33
HSL332.52º45.15%46.47%-
HSV(B)332.52º62.21%67.45%-
XYZ21.9413.7717.42-
YUV102.58134.45177.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=49.00%
G=18.52%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726511400.620.340.33332.5245.1546.47
HexAC417203E222114d2d2e
Octal25410116207642415155556
Binary10101100100000111100100111110100010100001101001101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4172; }

 p { color: rgb(172,65,114); }

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

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

 a { background-color: rgb(172,65,114); }

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

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

 span { border-color: rgb(172,65,114); }

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