#AA747B

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

Shades of Turkish Rose #AA747B

Tints of Turkish Rose #AA747B

Color information

#AA747B (or 0xAA747B) is unknown color: approx Turkish Rose. HEX triplet: AA, 74 and 7B. RGB value is (170,116,123). Sum of RGB (Red+Green+Blue) = 170+116+123=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA747B is #558B84. Grayscale: #848484. Windows color (decimal): -5606277 or 8090794. OLE color: 8090794.

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

Color convert

RGB170116123-
CMYK00.320.280.33
HSL352.22º24.11%56.08%-
HSV(B)352.22º31.76%66.67%-
XYZ26.422.4721.68-
YUV132.94122.39154.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=41.56%
G=28.36%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011612300.320.280.33352.2224.1156.08
HexAA747B0201C211601838
Octal25216417304034415403070
Binary101010101110100111101101000001110010000110110000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA747B; }

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

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

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

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

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

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

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

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