#AC467A

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

Shades of Royal Heath #AC467A

Tints of Royal Heath #AC467A

Color information

#AC467A (or 0xAC467A) is unknown color: approx Royal Heath. HEX triplet: AC, 46 and 7A. RGB value is (172,70,122). Sum of RGB (Red+Green+Blue) = 172+70+122=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC467A is #53B985. Grayscale: #6A6A6A. Windows color (decimal): -5486982 or 8013484. OLE color: 8013484.

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

Color convert

RGB17270122-
CMYK00.590.290.33
HSL329.41º42.15%47.45%-
HSV(B)329.41º59.3%67.45%-
XYZ22.7214.5620.02-
YUV106.43136.79174.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 70 (27.73% from 255) = 19.23%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=47.25%
G=19.23%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727012200.590.290.33329.4142.1547.45
HexAC467A03B1D211492a2f
Octal25410617207335415115257
Binary1010110010001101111010011101111101100001101001001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC467A; }

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

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

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

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

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

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

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

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