#AC5374

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

Shades of Royal Heath #AC5374

Tints of Royal Heath #AC5374

Color information

#AC5374 (or 0xAC5374) is unknown color: approx Royal Heath. HEX triplet: AC, 53 and 74. RGB value is (172,83,116). Sum of RGB (Red+Green+Blue) = 172+83+116=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5374 is #53AC8B. Grayscale: #717171. Windows color (decimal): -5483660 or 7623596. OLE color: 7623596.

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

Color convert

RGB17283116-
CMYK00.520.330.33
HSL337.75º34.9%50%-
HSV(B)337.75º51.74%67.45%-
XYZ23.2616.2218.43-
YUV113.37129.49169.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=46.36%
G=22.37%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728311600.520.330.33337.7534.950
HexAC537403421211522332
Octal25412316406441415224362
Binary10101100101001111101000110100100001100001101010010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5374; }

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

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

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

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

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

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

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

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