#AA5A7B

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

Shades of Royal Heath #AA5A7B

Tints of Royal Heath #AA5A7B

Color information

#AA5A7B (or 0xAA5A7B) is unknown color: approx Royal Heath. HEX triplet: AA, 5A and 7B. RGB value is (170,90,123). Sum of RGB (Red+Green+Blue) = 170+90+123=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A7B is #55A584. Grayscale: #757575. Windows color (decimal): -5612933 or 8084138. OLE color: 8084138.

HSL color Cylindrical-coordinate representation of color #AA5A7B: hue angle of 335.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA5A7B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17090123-
CMYK00.470.280.33
HSL335.25º32%50.98%-
HSV(B)335.25º47.06%66.67%-
XYZ23.8117.2920.82-
YUV117.68131165.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=44.39%
G=23.50%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709012300.470.280.33335.253250.98
HexAA5A7B02F1C2114f2033
Octal25213217305734415174063
Binary1010101010110101111011010111111100100001101001111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A7B; }

 p { color: rgb(170,90,123); }

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

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

 a { background-color: rgb(170,90,123); }

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

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

 span { border-color: rgb(170,90,123); }

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