#A1687C

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

Shades of Turkish Rose #A1687C

Tints of Turkish Rose #A1687C

Color information

#A1687C (or 0xA1687C) is unknown color: approx Turkish Rose. HEX triplet: A1, 68 and 7C. RGB value is (161,104,124). Sum of RGB (Red+Green+Blue) = 161+104+124=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1687C is #5E9783. Grayscale: #7B7B7B. Windows color (decimal): -6199172 or 8153249. OLE color: 8153249.

HSL color Cylindrical-coordinate representation of color #A1687C: hue angle of 338.95º 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 #A1687C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB161104124-
CMYK00.350.230.37
HSL338.95º23.27%51.96%-
HSV(B)338.95º35.4%63.14%-
XYZ23.2918.9321.5-
YUV123.32128.38154.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=41.39%
G=26.74%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110412400.350.230.37338.9523.2751.96
HexA1687C02317251531734
Octal24115017404327455232764
Binary101000011101000111110001000111011110010110101001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1687C; }

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

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

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

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

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

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

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

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