#A1676F

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

Shades of Turkish Rose #A1676F

Tints of Turkish Rose #A1676F

Color information

#A1676F (or 0xA1676F) is unknown color: approx Turkish Rose. HEX triplet: A1, 67 and 6F. RGB value is (161,103,111). Sum of RGB (Red+Green+Blue) = 161+103+111=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1676F is #5E9890. Grayscale: #797979. Windows color (decimal): -6199441 or 7301025. OLE color: 7301025.

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

Color convert

RGB161103111-
CMYK00.360.310.37
HSL351.72º23.58%51.76%-
HSV(B)351.72º36.02%63.14%-
XYZ22.4218.4317.41-
YUV121.25122.22156.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=42.93%
G=27.47%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110311100.360.310.37351.7223.5851.76
HexA1676F0241F251601834
Octal24114715704437455403064
Binary101000011100111110111101001001111110010110110000011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1676F; }

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

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

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

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

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

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

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

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