#AC4071

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

Shades of Royal Heath #AC4071

Tints of Royal Heath #AC4071

Color information

#AC4071 (or 0xAC4071) is unknown color: approx Royal Heath. HEX triplet: AC, 40 and 71. RGB value is (172,64,113). Sum of RGB (Red+Green+Blue) = 172+64+113=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4071 is #53BF8E. Grayscale: #656565. Windows color (decimal): -5488527 or 7422124. OLE color: 7422124.

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

Color convert

RGB17264113-
CMYK00.630.340.33
HSL332.78º45.76%46.27%-
HSV(B)332.78º62.79%67.45%-
XYZ21.8313.6317.1-
YUV101.88134.28178.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=49.28%
G=18.34%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726411300.630.340.33332.7845.7646.27
HexAC407103F222114d2e2e
Octal25410016107742415155656
Binary10101100100000011100010111111100010100001101001101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4071; }

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

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

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

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

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

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

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

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