#AC5070

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

Shades of Royal Heath #AC5070

Tints of Royal Heath #AC5070

Color information

#AC5070 (or 0xAC5070) is unknown color: approx Royal Heath. HEX triplet: AC, 50 and 70. RGB value is (172,80,112). Sum of RGB (Red+Green+Blue) = 172+80+112=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5070 is #53AF8F. Grayscale: #6F6F6F. Windows color (decimal): -5484432 or 7360684. OLE color: 7360684.

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

Color convert

RGB17280112-
CMYK00.530.350.33
HSL339.13º36.51%49.41%-
HSV(B)339.13º53.49%67.45%-
XYZ22.8115.6817.15-
YUV111.16128.48171.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=47.25%
G=21.98%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728011200.530.350.33339.1336.5149.41
HexAC507003523211532531
Octal25412016006543415234561
Binary10101100101000011100000110101100011100001101010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5070; }

 p { color: rgb(172,80,112); }

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

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

 a { background-color: rgb(172,80,112); }

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

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

 span { border-color: rgb(172,80,112); }

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