#AC5275

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

Shades of Royal Heath #AC5275

Tints of Royal Heath #AC5275

Color information

#AC5275 (or 0xAC5275) is unknown color: approx Royal Heath. HEX triplet: AC, 52 and 75. RGB value is (172,82,117). Sum of RGB (Red+Green+Blue) = 172+82+117=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5275 is #53AD8A. Grayscale: #707070. Windows color (decimal): -5483915 or 7688876. OLE color: 7688876.

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

Color convert

RGB17282117-
CMYK00.520.320.33
HSL336.67º35.43%49.8%-
HSV(B)336.67º52.33%67.45%-
XYZ23.2416.0918.71-
YUV112.9130.32170.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=46.36%
G=22.10%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728211700.520.320.33336.6735.4349.8
HexAC527503420211512332
Octal25412216506440415214362
Binary10101100101001011101010110100100000100001101010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5275; }

 p { color: rgb(172,82,117); }

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

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

 a { background-color: rgb(172,82,117); }

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

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

 span { border-color: rgb(172,82,117); }

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