#A1646A

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

Shades of Turkish Rose #A1646A

Tints of Turkish Rose #A1646A

Color information

#A1646A (or 0xA1646A) is unknown color: approx Turkish Rose. HEX triplet: A1, 64 and 6A. RGB value is (161,100,106). Sum of RGB (Red+Green+Blue) = 161+100+106=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1646A is #5E9B95. Grayscale: #767676. Windows color (decimal): -6200214 or 6972577. OLE color: 6972577.

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

Color convert

RGB161100106-
CMYK00.380.340.37
HSL354.1º24.5%51.18%-
HSV(B)354.1º37.89%63.14%-
XYZ21.8617.7315.91-
YUV118.92120.71158.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=43.87%
G=27.25%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110010600.380.340.37354.124.551.18
HexA1646A02622251621833
Octal24114415204642455423063
Binary1010000111001001101010010011010001010010110110001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1646A; }

 p { color: rgb(161,100,106); }

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

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

 a { background-color: rgb(161,100,106); }

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

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

 span { border-color: rgb(161,100,106); }

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