#A1686E

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

Shades of Turkish Rose #A1686E

Tints of Turkish Rose #A1686E

Color information

#A1686E (or 0xA1686E) is unknown color: approx Turkish Rose. HEX triplet: A1, 68 and 6E. RGB value is (161,104,110). Sum of RGB (Red+Green+Blue) = 161+104+110=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1686E is #5E9791. Grayscale: #797979. Windows color (decimal): -6199186 or 7235745. OLE color: 7235745.

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

Color convert

RGB161104110-
CMYK00.350.320.37
HSL353.68º23.27%51.96%-
HSV(B)353.68º35.4%63.14%-
XYZ22.4618.617.16-
YUV121.73121.38156.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=42.93%
G=27.73%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110411000.350.320.37353.6823.2751.96
HexA1686E02320251621734
Octal24115015604340455422764
Binary1010000111010001101110010001110000010010110110001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1686E; }

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

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

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

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

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

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

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

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