#AA757A

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

Shades of Turkish Rose #AA757A

Tints of Turkish Rose #AA757A

Color information

#AA757A (or 0xAA757A) is unknown color: approx Turkish Rose. HEX triplet: AA, 75 and 7A. RGB value is (170,117,122). Sum of RGB (Red+Green+Blue) = 170+117+122=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA757A is #558A85. Grayscale: #858585. Windows color (decimal): -5606022 or 8025514. OLE color: 8025514.

HSL color Cylindrical-coordinate representation of color #AA757A: hue angle of 354.34º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA757A is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB170117122-
CMYK00.310.280.33
HSL354.34º23.77%56.27%-
HSV(B)354.34º31.18%66.67%-
XYZ26.4522.6721.39-
YUV133.42121.56154.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=41.56%
G=28.61%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011712200.310.280.33354.3423.7756.27
HexAA757A01F1C211621838
Octal25216517203734415423070
Binary10101010111010111110100111111110010000110110001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA757A; }

 p { color: rgb(170,117,122); }

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

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

 a { background-color: rgb(170,117,122); }

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

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

 span { border-color: rgb(170,117,122); }

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