#A1696B

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

Shades of Turkish Rose #A1696B

Tints of Turkish Rose #A1696B

Color information

#A1696B (or 0xA1696B) is unknown color: approx Turkish Rose. HEX triplet: A1, 69 and 6B. RGB value is (161,105,107). Sum of RGB (Red+Green+Blue) = 161+105+107=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1696B is #5E9694. Grayscale: #7A7A7A. Windows color (decimal): -6198933 or 7039393. OLE color: 7039393.

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

Color convert

RGB161105107-
CMYK00.350.340.37
HSL357.86º22.95%52.16%-
HSV(B)357.86º34.78%63.14%-
XYZ22.418.7416.35-
YUV121.97119.55155.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=43.16%
G=28.15%
B=28.69%

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
Decimal16110510700.350.340.37357.8622.9552.16
HexA1696B02322251661734
Octal24115115304342455462764
Binary1010000111010011101011010001110001010010110110011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1696B; }

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

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

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

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

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

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

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

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