#A1696D

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

Shades of Turkish Rose #A1696D

Tints of Turkish Rose #A1696D

Color information

#A1696D (or 0xA1696D) is unknown color: approx Turkish Rose. HEX triplet: A1, 69 and 6D. RGB value is (161,105,109). Sum of RGB (Red+Green+Blue) = 161+105+109=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1696D is #5E9692. Grayscale: #7A7A7A. Windows color (decimal): -6198931 or 7170465. OLE color: 7170465.

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

Color convert

RGB161105109-
CMYK00.350.320.37
HSL355.71º22.95%52.16%-
HSV(B)355.71º34.78%63.14%-
XYZ22.5118.7816.91-
YUV122.2120.55155.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=42.93%
G=28%
B=29.07%

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
Decimal16110510900.350.320.37355.7122.9552.16
HexA1696D02320251641734
Octal24115115504340455442764
Binary1010000111010011101101010001110000010010110110010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1696D; }

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

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

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

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

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

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

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

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