#AA707B

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

Shades of Turkish Rose #AA707B

Tints of Turkish Rose #AA707B

Color information

#AA707B (or 0xAA707B) is unknown color: approx Turkish Rose. HEX triplet: AA, 70 and 7B. RGB value is (170,112,123). Sum of RGB (Red+Green+Blue) = 170+112+123=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA707B is #558F84. Grayscale: #828282. Windows color (decimal): -5607301 or 8089770. OLE color: 8089770.

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

Color convert

RGB170112123-
CMYK00.340.280.33
HSL348.62º25.44%55.29%-
HSV(B)348.62º34.12%66.67%-
XYZ25.9521.5621.53-
YUV130.6123.72156.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=41.98%
G=27.65%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011212300.340.280.33348.6225.4455.29
HexAA707B0221C2115d1937
Octal25216017304234415353167
Binary101010101110000111101101000101110010000110101110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA707B; }

 p { color: rgb(170,112,123); }

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

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

 a { background-color: rgb(170,112,123); }

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

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

 span { border-color: rgb(170,112,123); }

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