#AC4A6E

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

Shades of Royal Heath #AC4A6E

Tints of Royal Heath #AC4A6E

Color information

#AC4A6E (or 0xAC4A6E) is unknown color: approx Royal Heath. HEX triplet: AC, 4A and 6E. RGB value is (172,74,110). Sum of RGB (Red+Green+Blue) = 172+74+110=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4A6E is #53B591. Grayscale: #6B6B6B. Windows color (decimal): -5485970 or 7228076. OLE color: 7228076.

HSL color Cylindrical-coordinate representation of color #AC4A6E: hue angle of 337.96º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A6E is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17274110-
CMYK00.570.360.33
HSL337.96º39.84%48.24%-
HSV(B)337.96º56.98%67.45%-
XYZ22.2814.7916.43-
YUV107.41129.47174.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.31%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=48.31%
G=20.79%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727411000.570.360.33337.9639.8448.24
HexAC4A6E03924211522830
Octal25411215607144415225060
Binary10101100100101011011100111001100100100001101010010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A6E; }

 p { color: rgb(172,74,110); }

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

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

 a { background-color: rgb(172,74,110); }

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

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

 span { border-color: rgb(172,74,110); }

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