#A1666A

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

Shades of Turkish Rose #A1666A

Tints of Turkish Rose #A1666A

Color information

#A1666A (or 0xA1666A) is unknown color: approx Turkish Rose. HEX triplet: A1, 66 and 6A. RGB value is (161,102,106). Sum of RGB (Red+Green+Blue) = 161+102+106=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1666A is #5E9995. Grayscale: #787878. Windows color (decimal): -6199702 or 6973089. OLE color: 6973089.

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

Color convert

RGB161102106-
CMYK00.370.340.37
HSL355.93º23.89%51.57%-
HSV(B)355.93º36.65%63.14%-
XYZ22.0518.1215.97-
YUV120.1120.05157.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=43.63%
G=27.64%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110210600.370.340.37355.9323.8951.57
HexA1666A02522251641834
Octal24114615204542455443064
Binary1010000111001101101010010010110001010010110110010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1666A; }

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

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

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

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

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

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

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

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