#A6606C

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

Shades of Turkish Rose #A6606C

Tints of Turkish Rose #A6606C

Color information

#A6606C (or 0xA6606C) is unknown color: approx Turkish Rose. HEX triplet: A6, 60 and 6C. RGB value is (166,96,108). Sum of RGB (Red+Green+Blue) = 166+96+108=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6606C is #599F93. Grayscale: #767676. Windows color (decimal): -5873556 or 7102630. OLE color: 7102630.

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

Color convert

RGB16696108-
CMYK00.420.350.35
HSL349.71º28.23%51.37%-
HSV(B)349.71º42.17%65.1%-
XYZ22.6217.5616.38-
YUV118.3122.19162.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=44.86%
G=25.95%
B=29.19%

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
Decimal1669610800.420.350.35349.7128.2351.37
HexA6606C02A232315e1c33
Octal24614015405243435363463
Binary1010011011000001101100010101010001110001110101111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6606C; }

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

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

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

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

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

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

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

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