#AC5479

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

Shades of Royal Heath #AC5479

Tints of Royal Heath #AC5479

Color information

#AC5479 (or 0xAC5479) is unknown color: approx Royal Heath. HEX triplet: AC, 54 and 79. RGB value is (172,84,121). Sum of RGB (Red+Green+Blue) = 172+84+121=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5479 is #53AB86. Grayscale: #727272. Windows color (decimal): -5483399 or 7951532. OLE color: 7951532.

HSL color Cylindrical-coordinate representation of color #AC5479: hue angle of 334.77º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5479 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17284121-
CMYK00.510.300.33
HSL334.77º34.65%50.2%-
HSV(B)334.77º51.16%67.45%-
XYZ23.6316.4920.03-
YUV114.53131.65168.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=45.62%
G=22.28%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728412100.510.300.33334.7734.6550.2
HexAC54790331E2114f2332
Octal25412417106336415174362
Binary1010110010101001111001011001111110100001101001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5479; }

 p { color: rgb(172,84,121); }

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

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

 a { background-color: rgb(172,84,121); }

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

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

 span { border-color: rgb(172,84,121); }

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