#AA6D6E

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

Shades of Turkish Rose #AA6D6E

Tints of Turkish Rose #AA6D6E

Color information

#AA6D6E (or 0xAA6D6E) is unknown color: approx Turkish Rose. HEX triplet: AA, 6D and 6E. RGB value is (170,109,110). Sum of RGB (Red+Green+Blue) = 170+109+110=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D6E is #559291. Grayscale: #7F7F7F. Windows color (decimal): -5608082 or 7237034. OLE color: 7237034.

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

Color convert

RGB170109110-
CMYK00.360.350.33
HSL359.02º26.41%54.71%-
HSV(B)359.02º35.88%66.67%-
XYZ24.8620.6117.42-
YUV127.35118.21158.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=43.70%
G=28.02%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010911000.360.350.33359.0226.4154.71
HexAA6D6E02423211671a37
Octal25215515604443415473267
Binary1010101011011011101110010010010001110000110110011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D6E; }

 p { color: rgb(170,109,110); }

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

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

 a { background-color: rgb(170,109,110); }

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

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

 span { border-color: rgb(170,109,110); }

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