#AA4F6F

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

Shades of Royal Heath #AA4F6F

Tints of Royal Heath #AA4F6F

Color information

#AA4F6F (or 0xAA4F6F) is unknown color: approx Royal Heath. HEX triplet: AA, 4F and 6F. RGB value is (170,79,111). Sum of RGB (Red+Green+Blue) = 170+79+111=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4F6F is #55B090. Grayscale: #6D6D6D. Windows color (decimal): -5615761 or 7294890. OLE color: 7294890.

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

Color convert

RGB17079111-
CMYK00.540.350.33
HSL338.9º36.55%48.82%-
HSV(B)338.9º53.53%66.67%-
XYZ22.2415.2916.82-
YUV109.86128.65170.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=47.22%
G=21.94%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707911100.540.350.33338.936.5548.82
HexAA4F6F03623211532531
Octal25211715706643415234561
Binary10101010100111111011110110110100011100001101010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4F6F; }

 p { color: rgb(170,79,111); }

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

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

 a { background-color: rgb(170,79,111); }

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

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

 span { border-color: rgb(170,79,111); }

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