#A6616C

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

Shades of Turkish Rose #A6616C

Tints of Turkish Rose #A6616C

Color information

#A6616C (or 0xA6616C) is unknown color: approx Turkish Rose. HEX triplet: A6, 61 and 6C. RGB value is (166,97,108). Sum of RGB (Red+Green+Blue) = 166+97+108=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6616C is #599E93. Grayscale: #767676. Windows color (decimal): -5873300 or 7102886. OLE color: 7102886.

HSL color Cylindrical-coordinate representation of color #A6616C: hue angle of 350.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6616C is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16697108-
CMYK00.420.350.35
HSL350.43º27.94%51.57%-
HSV(B)350.43º41.57%65.1%-
XYZ22.7117.7416.41-
YUV118.88121.86161.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=44.74%
G=26.15%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669710800.420.350.35350.4327.9451.57
HexA6616C02A232315e1c34
Octal24614115405243435363464
Binary1010011011000011101100010101010001110001110101111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6616C; }

 p { color: rgb(166,97,108); }

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

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

 a { background-color: rgb(166,97,108); }

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

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

 span { border-color: rgb(166,97,108); }

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