#A16F7A

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

Shades of Turkish Rose #A16F7A

Tints of Turkish Rose #A16F7A

Color information

#A16F7A (or 0xA16F7A) is unknown color: approx Turkish Rose. HEX triplet: A1, 6F and 7A. RGB value is (161,111,122). Sum of RGB (Red+Green+Blue) = 161+111+122=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F7A is #5E9085. Grayscale: #7F7F7F. Windows color (decimal): -6197382 or 8023969. OLE color: 8023969.

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

Color convert

RGB161111122-
CMYK00.310.240.37
HSL346.8º21.01%53.33%-
HSV(B)346.8º31.06%63.14%-
XYZ23.920.3521.08-
YUV127.2125.06152.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=40.86%
G=28.17%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111112200.310.240.37346.821.0153.33
HexA16F7A01F182515b1535
Octal24115717203730455332565
Binary10100001110111111110100111111100010010110101101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F7A; }

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

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

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

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

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

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

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

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