#AA7A7B

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

Shades of Turkish Rose #AA7A7B

Tints of Turkish Rose #AA7A7B

Color information

#AA7A7B (or 0xAA7A7B) is unknown color: approx Turkish Rose. HEX triplet: AA, 7A and 7B. RGB value is (170,122,123). Sum of RGB (Red+Green+Blue) = 170+122+123=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A7B is #558584. Grayscale: #888888. Windows color (decimal): -5604741 or 8092330. OLE color: 8092330.

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

Color convert

RGB170122123-
CMYK00.280.280.33
HSL358.75º22.02%57.25%-
HSV(B)358.75º28.24%66.67%-
XYZ27.1123.921.92-
YUV136.47120.4151.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=40.96%
G=29.40%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012212300.280.280.33358.7522.0257.25
HexAA7A7B01C1C211671639
Octal25217217303434415472671
Binary10101010111101011110110111001110010000110110011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7A7B; }

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

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

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

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

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

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

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

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