#AA6B7A

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

Shades of Turkish Rose #AA6B7A

Tints of Turkish Rose #AA6B7A

Color information

#AA6B7A (or 0xAA6B7A) is unknown color: approx Turkish Rose. HEX triplet: AA, 6B and 7A. RGB value is (170,107,122). Sum of RGB (Red+Green+Blue) = 170+107+122=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B7A is #559485. Grayscale: #7F7F7F. Windows color (decimal): -5608582 or 8022954. OLE color: 8022954.

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

Color convert

RGB170107122-
CMYK00.370.280.33
HSL345.71º27.04%54.31%-
HSV(B)345.71º37.06%66.67%-
XYZ25.3520.4721.03-
YUV127.55124.87158.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=42.61%
G=26.82%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010712200.370.280.33345.7127.0454.31
HexAA6B7A0251C2115a1b36
Octal25215317204534415323366
Binary101010101101011111101001001011110010000110101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6B7A; }

 p { color: rgb(170,107,122); }

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

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

 a { background-color: rgb(170,107,122); }

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

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

 span { border-color: rgb(170,107,122); }

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