#AA4176

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

Shades of Royal Heath #AA4176

Tints of Royal Heath #AA4176

Color information

#AA4176 (or 0xAA4176) is unknown color: approx Royal Heath. HEX triplet: AA, 41 and 76. RGB value is (170,65,118). Sum of RGB (Red+Green+Blue) = 170+65+118=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4176 is #55BE89. Grayscale: #666666. Windows color (decimal): -5619338 or 7750058. OLE color: 7750058.

HSL color Cylindrical-coordinate representation of color #AA4176: hue angle of 329.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4176 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB17065118-
CMYK00.620.310.33
HSL329.71º44.68%46.08%-
HSV(B)329.71º61.76%66.67%-
XYZ21.7413.6318.63-
YUV102.44136.79176.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=48.16%
G=18.41%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706511800.620.310.33329.7144.6846.08
HexAA417603E1F2114a2d2e
Octal25210116607637415125556
Binary1010101010000011110110011111011111100001101001010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4176; }

 p { color: rgb(170,65,118); }

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

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

 a { background-color: rgb(170,65,118); }

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

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

 span { border-color: rgb(170,65,118); }

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