#AC4074

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

Shades of Royal Heath #AC4074

Tints of Royal Heath #AC4074

Color information

#AC4074 (or 0xAC4074) is unknown color: approx Royal Heath. HEX triplet: AC, 40 and 74. RGB value is (172,64,116). Sum of RGB (Red+Green+Blue) = 172+64+116=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4074 is #53BF8B. Grayscale: #666666. Windows color (decimal): -5488524 or 7618732. OLE color: 7618732.

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

Color convert

RGB17264116-
CMYK00.630.330.33
HSL331.11º45.76%46.27%-
HSV(B)331.11º62.79%67.45%-
XYZ2213.718.01-
YUV102.22135.78177.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=48.86%
G=18.18%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726411600.630.330.33331.1145.7646.27
HexAC407403F212114b2e2e
Octal25410016407741415135656
Binary10101100100000011101000111111100001100001101001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4074; }

 p { color: rgb(172,64,116); }

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

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

 a { background-color: rgb(172,64,116); }

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

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

 span { border-color: rgb(172,64,116); }

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