#A1656A

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

Shades of Turkish Rose #A1656A

Tints of Turkish Rose #A1656A

Color information

#A1656A (or 0xA1656A) is unknown color: approx Turkish Rose. HEX triplet: A1, 65 and 6A. RGB value is (161,101,106). Sum of RGB (Red+Green+Blue) = 161+101+106=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1656A is #5E9A95. Grayscale: #777777. Windows color (decimal): -6199958 or 6972833. OLE color: 6972833.

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

Color convert

RGB161101106-
CMYK00.370.340.37
HSL355º24.19%51.37%-
HSV(B)355º37.27%63.14%-
XYZ21.9517.9315.94-
YUV119.51120.38157.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=43.75%
G=27.45%
B=28.80%

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
Decimal16110110600.370.340.3735524.1951.37
HexA1656A02522251631833
Octal24114515204542455433063
Binary1010000111001011101010010010110001010010110110001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1656A; }

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

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

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

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

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

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

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

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