#AC4F70

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

Shades of Royal Heath #AC4F70

Tints of Royal Heath #AC4F70

Color information

#AC4F70 (or 0xAC4F70) is unknown color: approx Royal Heath. HEX triplet: AC, 4F and 70. RGB value is (172,79,112). Sum of RGB (Red+Green+Blue) = 172+79+112=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4F70 is #53B08F. Grayscale: #6E6E6E. Windows color (decimal): -5484688 or 7360428. OLE color: 7360428.

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

Color convert

RGB17279112-
CMYK00.540.350.33
HSL338.71º37.05%49.22%-
HSV(B)338.71º54.07%67.45%-
XYZ22.7315.5317.13-
YUV110.57128.81171.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=47.38%
G=21.76%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727911200.540.350.33338.7137.0549.22
HexAC4F7003623211532531
Octal25411716006643415234561
Binary10101100100111111100000110110100011100001101010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F70; }

 p { color: rgb(172,79,112); }

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

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

 a { background-color: rgb(172,79,112); }

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

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

 span { border-color: rgb(172,79,112); }

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