#AC5274

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

Shades of Royal Heath #AC5274

Tints of Royal Heath #AC5274

Color information

#AC5274 (or 0xAC5274) is unknown color: approx Royal Heath. HEX triplet: AC, 52 and 74. RGB value is (172,82,116). Sum of RGB (Red+Green+Blue) = 172+82+116=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5274 is #53AD8B. Grayscale: #707070. Windows color (decimal): -5483916 or 7623340. OLE color: 7623340.

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

Color convert

RGB17282116-
CMYK00.520.330.33
HSL337.33º35.43%49.8%-
HSV(B)337.33º52.33%67.45%-
XYZ23.1816.0718.4-
YUV112.79129.82170.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=46.49%
G=22.16%
B=31.35%

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
Decimal1728211600.520.330.33337.3335.4349.8
HexAC527403421211512332
Octal25412216406441415214362
Binary10101100101001011101000110100100001100001101010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5274; }

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

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

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

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

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

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

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

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