#AA5275

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

Shades of Royal Heath #AA5275

Tints of Royal Heath #AA5275

Color information

#AA5275 (or 0xAA5275) is unknown color: approx Royal Heath. HEX triplet: AA, 52 and 75. RGB value is (170,82,117). Sum of RGB (Red+Green+Blue) = 170+82+117=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5275 is #55AD8A. Grayscale: #707070. Windows color (decimal): -5614987 or 7688874. OLE color: 7688874.

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

Color convert

RGB17082117-
CMYK00.520.310.33
HSL336.14º34.92%49.41%-
HSV(B)336.14º51.76%66.67%-
XYZ22.8115.8618.69-
YUV112.3130.65169.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=46.07%
G=22.22%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708211700.520.310.33336.1434.9249.41
HexAA52750341F211502331
Octal25212216506437415204361
Binary1010101010100101110101011010011111100001101010000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5275; }

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

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

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

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

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

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

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

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