#AC4E6E

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

Shades of Royal Heath #AC4E6E

Tints of Royal Heath #AC4E6E

Color information

#AC4E6E (or 0xAC4E6E) is unknown color: approx Royal Heath. HEX triplet: AC, 4E and 6E. RGB value is (172,78,110). Sum of RGB (Red+Green+Blue) = 172+78+110=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E6E is #53B191. Grayscale: #6D6D6D. Windows color (decimal): -5484946 or 7229100. OLE color: 7229100.

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

Color convert

RGB17278110-
CMYK00.550.360.33
HSL339.57º37.6%49.02%-
HSV(B)339.57º54.65%67.45%-
XYZ22.5515.3516.53-
YUV109.75128.14172.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=47.78%
G=21.67%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727811000.550.360.33339.5737.649.02
HexAC4E6E03724211542631
Octal25411615606744415244661
Binary10101100100111011011100110111100100100001101010100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E6E; }

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

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

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

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

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

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

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

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