#A16E7A

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

Shades of Turkish Rose #A16E7A

Tints of Turkish Rose #A16E7A

Color information

#A16E7A (or 0xA16E7A) is unknown color: approx Turkish Rose. HEX triplet: A1, 6E and 7A. RGB value is (161,110,122). Sum of RGB (Red+Green+Blue) = 161+110+122=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E7A is #5E9185. Grayscale: #7E7E7E. Windows color (decimal): -6197638 or 8023713. OLE color: 8023713.

HSL color Cylindrical-coordinate representation of color #A16E7A: hue angle of 345.88º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16E7A is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB161110122-
CMYK00.320.240.37
HSL345.88º21.34%53.14%-
HSV(B)345.88º31.68%63.14%-
XYZ23.7920.1321.04-
YUV126.62125.4152.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=40.97%
G=27.99%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111012200.320.240.37345.8821.3453.14
HexA16E7A020182515a1535
Octal24115617204030455322565
Binary101000011101110111101001000001100010010110101101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E7A; }

 p { color: rgb(161,110,122); }

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

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

 a { background-color: rgb(161,110,122); }

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

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

 span { border-color: rgb(161,110,122); }

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