#AA7A7E

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

Shades of Turkish Rose #AA7A7E

Tints of Turkish Rose #AA7A7E

Color information

#AA7A7E (or 0xAA7A7E) is unknown color: approx Turkish Rose. HEX triplet: AA, 7A and 7E. RGB value is (170,122,126). Sum of RGB (Red+Green+Blue) = 170+122+126=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A7E is #558581. Grayscale: #888888. Windows color (decimal): -5604738 or 8288938. OLE color: 8288938.

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

Color convert

RGB170122126-
CMYK00.280.260.33
HSL355º22.02%57.25%-
HSV(B)355º28.24%66.67%-
XYZ27.323.9722.93-
YUV136.81121.9151.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 126 (49.61% from 255) = 30.14%
R=40.67%
G=29.19%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012212600.280.260.3335522.0257.25
HexAA7A7E01C1A211631639
Octal25217217603432415432671
Binary10101010111101011111100111001101010000110110001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A7E; }

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

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

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

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

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

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

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

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