#A1636F

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

Shades of Turkish Rose #A1636F

Tints of Turkish Rose #A1636F

Color information

#A1636F (or 0xA1636F) is unknown color: approx Turkish Rose. HEX triplet: A1, 63 and 6F. RGB value is (161,99,111). Sum of RGB (Red+Green+Blue) = 161+99+111=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1636F is #5E9C90. Grayscale: #767676. Windows color (decimal): -6200465 or 7300001. OLE color: 7300001.

HSL color Cylindrical-coordinate representation of color #A1636F: hue angle of 348.39º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1636F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16199111-
CMYK00.390.310.37
HSL348.39º24.8%50.98%-
HSV(B)348.39º38.51%63.14%-
XYZ22.0317.6517.28-
YUV118.91123.54158.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=43.40%
G=26.68%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619911100.390.310.37348.3924.850.98
HexA1636F0271F2515c1933
Octal24114315704737455343163
Binary101000011100011110111101001111111110010110101110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1636F; }

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

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

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

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

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

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

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

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