#AA5070

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

Shades of Royal Heath #AA5070

Tints of Royal Heath #AA5070

Color information

#AA5070 (or 0xAA5070) is unknown color: approx Royal Heath. HEX triplet: AA, 50 and 70. RGB value is (170,80,112). Sum of RGB (Red+Green+Blue) = 170+80+112=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5070 is #55AF8F. Grayscale: #6E6E6E. Windows color (decimal): -5615504 or 7360682. OLE color: 7360682.

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

Color convert

RGB17080112-
CMYK00.530.340.33
HSL338.67º36%49.02%-
HSV(B)338.67º52.94%66.67%-
XYZ22.3715.4517.13-
YUV110.56128.82170.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.96%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=46.96%
G=22.10%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708011200.530.340.33338.673649.02
HexAA507003522211532431
Octal25212016006542415234461
Binary10101010101000011100000110101100010100001101010011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5070; }

 p { color: rgb(170,80,112); }

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

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

 a { background-color: rgb(170,80,112); }

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

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

 span { border-color: rgb(170,80,112); }

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