#AA6975

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

Shades of Turkish Rose #AA6975

Tints of Turkish Rose #AA6975

Color information

#AA6975 (or 0xAA6975) is unknown color: approx Turkish Rose. HEX triplet: AA, 69 and 75. RGB value is (170,105,117). Sum of RGB (Red+Green+Blue) = 170+105+117=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6975 is #55968A. Grayscale: #7D7D7D. Windows color (decimal): -5609099 or 7694762. OLE color: 7694762.

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

Color convert

RGB170105117-
CMYK00.380.310.33
HSL348.92º27.66%53.92%-
HSV(B)348.92º38.24%66.67%-
XYZ24.8419.9319.37-
YUV125.8123.03159.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=43.37%
G=26.79%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010511700.380.310.33348.9227.6653.92
HexAA69750261F2115d1c36
Octal25215116504637415353466
Binary101010101101001111010101001101111110000110101110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6975; }

 p { color: rgb(170,105,117); }

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

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

 a { background-color: rgb(170,105,117); }

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

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

 span { border-color: rgb(170,105,117); }

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