#AA6165

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

Shades of Turkish Rose #AA6165

Tints of Turkish Rose #AA6165

Color information

#AA6165 (or 0xAA6165) is unknown color: approx Turkish Rose. HEX triplet: AA, 61 and 65. RGB value is (170,97,101). Sum of RGB (Red+Green+Blue) = 170+97+101=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6165 is #559E9A. Grayscale: #777777. Windows color (decimal): -5611163 or 6644138. OLE color: 6644138.

HSL color Cylindrical-coordinate representation of color #AA6165: hue angle of 356.71º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6165 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17097101-
CMYK00.430.410.33
HSL356.71º30.04%52.35%-
HSV(B)356.71º42.94%66.67%-
XYZ23.218.0414.57-
YUV119.28117.68164.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 101 (39.84% from 255) = 27.45%
R=46.20%
G=26.36%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709710100.430.410.33356.7130.0452.35
HexAA616502B29211651e34
Octal25214114505351415453664
Binary1010101011000011100101010101110100110000110110010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6165; }

 p { color: rgb(170,97,101); }

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

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

 a { background-color: rgb(170,97,101); }

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

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

 span { border-color: rgb(170,97,101); }

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