#AA6773

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

Shades of Turkish Rose #AA6773

Tints of Turkish Rose #AA6773

Color information

#AA6773 (or 0xAA6773) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 73. RGB value is (170,103,115). Sum of RGB (Red+Green+Blue) = 170+103+115=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6773 is #55988C. Grayscale: #7C7C7C. Windows color (decimal): -5609613 or 7563178. OLE color: 7563178.

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

Color convert

RGB170103115-
CMYK00.390.320.33
HSL349.25º28.27%53.53%-
HSV(B)349.25º39.41%66.67%-
XYZ24.5219.4818.69-
YUV124.4122.7160.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=43.81%
G=26.55%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010311500.390.320.33349.2528.2753.53
HexAA6773027202115d1c36
Octal25214716304740415353466
Binary1010101011001111110011010011110000010000110101110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6773; }

 p { color: rgb(170,103,115); }

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

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

 a { background-color: rgb(170,103,115); }

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

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

 span { border-color: rgb(170,103,115); }

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