#AA6A6C

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

Shades of Turkish Rose #AA6A6C

Tints of Turkish Rose #AA6A6C

Color information

#AA6A6C (or 0xAA6A6C) is unknown color: approx Turkish Rose. HEX triplet: AA, 6A and 6C. RGB value is (170,106,108). Sum of RGB (Red+Green+Blue) = 170+106+108=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A6C is #559593. Grayscale: #7D7D7D. Windows color (decimal): -5608852 or 7105194. OLE color: 7105194.

HSL color Cylindrical-coordinate representation of color #AA6A6C: hue angle of 358.12º degrees, saturation: 0.27, 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 #AA6A6C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170106108-
CMYK00.380.360.33
HSL358.12º27.35%54.12%-
HSV(B)358.12º37.65%66.67%-
XYZ24.4419.9416.75-
YUV125.36118.2159.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=44.27%
G=27.60%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010610800.380.360.33358.1227.3554.12
HexAA6A6C02624211661b36
Octal25215215404644415463366
Binary1010101011010101101100010011010010010000110110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A6C; }

 p { color: rgb(170,106,108); }

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

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

 a { background-color: rgb(170,106,108); }

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

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

 span { border-color: rgb(170,106,108); }

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