#A1676D

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

Shades of Turkish Rose #A1676D

Tints of Turkish Rose #A1676D

Color information

#A1676D (or 0xA1676D) is unknown color: approx Turkish Rose. HEX triplet: A1, 67 and 6D. RGB value is (161,103,109). Sum of RGB (Red+Green+Blue) = 161+103+109=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1676D is #5E9892. Grayscale: #797979. Windows color (decimal): -6199443 or 7169953. OLE color: 7169953.

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

Color convert

RGB161103109-
CMYK00.360.320.37
HSL353.79º23.58%51.76%-
HSV(B)353.79º36.02%63.14%-
XYZ22.3118.3816.84-
YUV121.03121.22156.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=43.16%
G=27.61%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110310900.360.320.37353.7923.5851.76
HexA1676D02420251621834
Octal24114715504440455423064
Binary1010000111001111101101010010010000010010110110001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1676D; }

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

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

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

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

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

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

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

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