#AC567A

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

Shades of Royal Heath #AC567A

Tints of Royal Heath #AC567A

Color information

#AC567A (or 0xAC567A) is unknown color: approx Royal Heath. HEX triplet: AC, 56 and 7A. RGB value is (172,86,122). Sum of RGB (Red+Green+Blue) = 172+86+122=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC567A is #53A985. Grayscale: #737373. Windows color (decimal): -5482886 or 8017580. OLE color: 8017580.

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

Color convert

RGB17286122-
CMYK00.50.290.33
HSL334.88º34.13%50.59%-
HSV(B)334.88º50%67.45%-
XYZ23.8516.8320.4-
YUV115.82131.49168.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=45.26%
G=22.63%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728612200.50.290.33334.8834.1350.59
HexAC567A0321D2114f2233
Octal25412617206235415174263
Binary1010110010101101111010011001011101100001101001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC567A; }

 p { color: rgb(172,86,122); }

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

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

 a { background-color: rgb(172,86,122); }

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

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

 span { border-color: rgb(172,86,122); }

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