#AA7176

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

Shades of Turkish Rose #AA7176

Tints of Turkish Rose #AA7176

Color information

#AA7176 (or 0xAA7176) is unknown color: approx Turkish Rose. HEX triplet: AA, 71 and 76. RGB value is (170,113,118). Sum of RGB (Red+Green+Blue) = 170+113+118=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7176 is #558E89. Grayscale: #828282. Windows color (decimal): -5607050 or 7762346. OLE color: 7762346.

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

Color convert

RGB170113118-
CMYK00.340.310.33
HSL354.74º25.11%55.49%-
HSV(B)354.74º33.53%66.67%-
XYZ25.7521.6619.96-
YUV130.61120.88156.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=42.39%
G=28.18%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011311800.340.310.33354.7425.1155.49
HexAA71760221F211631937
Octal25216116604237415433167
Binary101010101110001111011001000101111110000110110001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7176; }

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

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

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

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

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

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

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

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