#AA4B6C

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

Shades of Royal Heath #AA4B6C

Tints of Royal Heath #AA4B6C

Color information

#AA4B6C (or 0xAA4B6C) is unknown color: approx Royal Heath. HEX triplet: AA, 4B and 6C. RGB value is (170,75,108). Sum of RGB (Red+Green+Blue) = 170+75+108=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4B6C is #55B493. Grayscale: #6B6B6B. Windows color (decimal): -5616788 or 7097258. OLE color: 7097258.

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

Color convert

RGB17075108-
CMYK00.560.360.33
HSL339.16º38.78%48.04%-
HSV(B)339.16º55.88%66.67%-
XYZ21.814.6615.87-
YUV107.17128.47172.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=48.16%
G=21.25%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707510800.560.360.33339.1638.7848.04
HexAA4B6C03824211532730
Octal25211315407044415234760
Binary10101010100101111011000111000100100100001101010011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4B6C; }

 p { color: rgb(170,75,108); }

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

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

 a { background-color: rgb(170,75,108); }

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

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

 span { border-color: rgb(170,75,108); }

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