#AA656A

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

Shades of Turkish Rose #AA656A

Tints of Turkish Rose #AA656A

Color information

#AA656A (or 0xAA656A) is unknown color: approx Turkish Rose. HEX triplet: AA, 65 and 6A. RGB value is (170,101,106). Sum of RGB (Red+Green+Blue) = 170+101+106=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA656A is #559A95. Grayscale: #7A7A7A. Windows color (decimal): -5610134 or 6972842. OLE color: 6972842.

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

Color convert

RGB170101106-
CMYK00.410.380.33
HSL355.65º28.87%53.14%-
HSV(B)355.65º40.59%66.67%-
XYZ23.8318.8916.03-
YUV122.2118.86162.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=45.09%
G=26.79%
B=28.12%

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
Decimal17010110600.410.380.33355.6528.8753.14
HexAA656A02926211641d35
Octal25214515205146415443565
Binary1010101011001011101010010100110011010000110110010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA656A; }

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

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

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

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

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

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

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

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