#A1676B

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

Shades of Turkish Rose #A1676B

Tints of Turkish Rose #A1676B

Color information

#A1676B (or 0xA1676B) is unknown color: approx Turkish Rose. HEX triplet: A1, 67 and 6B. RGB value is (161,103,107). Sum of RGB (Red+Green+Blue) = 161+103+107=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1676B is #5E9894. Grayscale: #787878. Windows color (decimal): -6199445 or 7038881. OLE color: 7038881.

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

Color convert

RGB161103107-
CMYK00.360.340.37
HSL355.86º23.58%51.76%-
HSV(B)355.86º36.02%63.14%-
XYZ22.218.3416.28-
YUV120.8120.22156.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=43.40%
G=27.76%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110310700.360.340.37355.8623.5851.76
HexA1676B02422251641834
Octal24114715304442455443064
Binary1010000111001111101011010010010001010010110110010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1676B; }

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

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

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

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

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

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

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

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