#AC4B70

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

Shades of Royal Heath #AC4B70

Tints of Royal Heath #AC4B70

Color information

#AC4B70 (or 0xAC4B70) is unknown color: approx Royal Heath. HEX triplet: AC, 4B and 70. RGB value is (172,75,112). Sum of RGB (Red+Green+Blue) = 172+75+112=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B70 is #53B48F. Grayscale: #6C6C6C. Windows color (decimal): -5485712 or 7359404. OLE color: 7359404.

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

Color convert

RGB17275112-
CMYK00.560.350.33
HSL337.11º39.27%48.43%-
HSV(B)337.11º56.4%67.45%-
XYZ22.4514.9717.04-
YUV108.22130.14173.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=47.91%
G=20.89%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727511200.560.350.33337.1139.2748.43
HexAC4B7003823211512730
Octal25411316007043415214760
Binary10101100100101111100000111000100011100001101010001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B70; }

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

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

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

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

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

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

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

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