#AA6176

Color #AA6176 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AA6176

Tints of Turkish Rose #AA6176

Color information

#AA6176 (or 0xAA6176) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 76. RGB value is (170,97,118). Sum of RGB (Red+Green+Blue) = 170+97+118=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6176 is #559E89. Grayscale: #797979. Windows color (decimal): -5611146 or 7758250. OLE color: 7758250.

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

Color convert

RGB17097118-
CMYK00.430.310.33
HSL342.74º30.04%52.35%-
HSV(B)342.74º42.94%66.67%-
XYZ24.1218.419.42-
YUV121.22126.18162.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=44.16%
G=25.19%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709711800.430.310.33342.7430.0452.35
HexAA617602B1F211571e34
Octal25214116605337415273664
Binary101010101100001111011001010111111110000110101011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6176; }

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

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

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

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

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

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

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

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