#AA656B

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

Shades of Turkish Rose #AA656B

Tints of Turkish Rose #AA656B

Color information

#AA656B (or 0xAA656B) is unknown color: approx Turkish Rose. HEX triplet: AA, 65 and 6B. RGB value is (170,101,107). Sum of RGB (Red+Green+Blue) = 170+101+107=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA656B is #559A94. Grayscale: #7A7A7A. Windows color (decimal): -5610133 or 7038378. OLE color: 7038378.

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

Color convert

RGB170101107-
CMYK00.410.370.33
HSL354.78º28.87%53.14%-
HSV(B)354.78º40.59%66.67%-
XYZ23.8918.9116.3-
YUV122.32119.36162.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 107 (42.19% from 255) = 28.31%
R=44.97%
G=26.72%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010110700.410.370.33354.7828.8753.14
HexAA656B02925211631d35
Octal25214515305145415433565
Binary1010101011001011101011010100110010110000110110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA656B; }

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

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

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

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

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

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

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

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