#AC4B74

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

Shades of Royal Heath #AC4B74

Tints of Royal Heath #AC4B74

Color information

#AC4B74 (or 0xAC4B74) is unknown color: approx Royal Heath. HEX triplet: AC, 4B and 74. RGB value is (172,75,116). Sum of RGB (Red+Green+Blue) = 172+75+116=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B74 is #53B48B. Grayscale: #6C6C6C. Windows color (decimal): -5485708 or 7621548. OLE color: 7621548.

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

Color convert

RGB17275116-
CMYK00.560.330.33
HSL334.64º39.27%48.43%-
HSV(B)334.64º56.4%67.45%-
XYZ22.6815.0618.24-
YUV108.68132.14173.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=47.38%
G=20.66%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727511600.560.330.33334.6439.2748.43
HexAC4B74038212114f2730
Octal25411316407041415174760
Binary10101100100101111101000111000100001100001101001111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B74; }

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

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

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

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

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

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

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

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