#AC567D

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

Shades of Royal Heath #AC567D

Tints of Royal Heath #AC567D

Color information

#AC567D (or 0xAC567D) is unknown color: approx Royal Heath. HEX triplet: AC, 56 and 7D. RGB value is (172,86,125). Sum of RGB (Red+Green+Blue) = 172+86+125=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC567D is #53A982. Grayscale: #747474. Windows color (decimal): -5482883 or 8214188. OLE color: 8214188.

HSL color Cylindrical-coordinate representation of color #AC567D: hue angle of 332.79º 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 #AC567D is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17286125-
CMYK00.50.270.33
HSL332.79º34.13%50.59%-
HSV(B)332.79º50%67.45%-
XYZ24.0416.9121.4-
YUV116.16132.99167.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=44.91%
G=22.45%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728612500.50.270.33332.7934.1350.59
HexAC567D0321B2114d2233
Octal25412617506233415154263
Binary1010110010101101111101011001011011100001101001101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC567D; }

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

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

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

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

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

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

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

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