#AA4670

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

Shades of Royal Heath #AA4670

Tints of Royal Heath #AA4670

Color information

#AA4670 (or 0xAA4670) is unknown color: approx Royal Heath. HEX triplet: AA, 46 and 70. RGB value is (170,70,112). Sum of RGB (Red+Green+Blue) = 170+70+112=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4670 is #55B98F. Grayscale: #686868. Windows color (decimal): -5618064 or 7358122. OLE color: 7358122.

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

Color convert

RGB17070112-
CMYK00.590.340.33
HSL334.8º41.67%47.06%-
HSV(B)334.8º58.82%66.67%-
XYZ21.6914.116.91-
YUV104.69132.13174.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=48.30%
G=19.89%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707011200.590.340.33334.841.6747.06
HexAA467003B222114f2a2f
Octal25210616007342415175257
Binary10101010100011011100000111011100010100001101001111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4670; }

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

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

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

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

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

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

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

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