#A1686B

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

Shades of Turkish Rose #A1686B

Tints of Turkish Rose #A1686B

Color information

#A1686B (or 0xA1686B) is unknown color: approx Turkish Rose. HEX triplet: A1, 68 and 6B. RGB value is (161,104,107). Sum of RGB (Red+Green+Blue) = 161+104+107=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1686B is #5E9794. Grayscale: #797979. Windows color (decimal): -6199189 or 7039137. OLE color: 7039137.

HSL color Cylindrical-coordinate representation of color #A1686B: hue angle of 356.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1686B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB161104107-
CMYK00.350.340.37
HSL356.84º23.27%51.96%-
HSV(B)356.84º35.4%63.14%-
XYZ22.318.5416.31-
YUV121.38119.88156.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=43.28%
G=27.96%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110410700.350.340.37356.8423.2751.96
HexA1686B02322251651734
Octal24115015304342455452764
Binary1010000111010001101011010001110001010010110110010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1686B; }

 p { color: rgb(161,104,107); }

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

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

 a { background-color: rgb(161,104,107); }

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

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

 span { border-color: rgb(161,104,107); }

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