#AA6569

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

Shades of Turkish Rose #AA6569

Tints of Turkish Rose #AA6569

Color information

#AA6569 (or 0xAA6569) is unknown color: approx Turkish Rose. HEX triplet: AA, 65 and 69. RGB value is (170,101,105). Sum of RGB (Red+Green+Blue) = 170+101+105=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6569 is #559A96. Grayscale: #7A7A7A. Windows color (decimal): -5610135 or 6907306. OLE color: 6907306.

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

Color convert

RGB170101105-
CMYK00.410.380.33
HSL356.52º28.87%53.14%-
HSV(B)356.52º40.59%66.67%-
XYZ23.7818.8715.75-
YUV122.09118.36162.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 101 (39.84% from 255) = 26.86%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=45.21%
G=26.86%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010110500.410.380.33356.5228.8753.14
HexAA656902926211651d35
Octal25214515105146415453565
Binary1010101011001011101001010100110011010000110110010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6569; }

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

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

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

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

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

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

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

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