#A6646A

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

Shades of Turkish Rose #A6646A

Tints of Turkish Rose #A6646A

Color information

#A6646A (or 0xA6646A) is unknown color: approx Turkish Rose. HEX triplet: A6, 64 and 6A. RGB value is (166,100,106). Sum of RGB (Red+Green+Blue) = 166+100+106=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6646A is #599B95. Grayscale: #787878. Windows color (decimal): -5872534 or 6972582. OLE color: 6972582.

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

Color convert

RGB166100106-
CMYK00.400.360.35
HSL354.55º27.05%52.16%-
HSV(B)354.55º39.76%65.1%-
XYZ22.8818.2615.95-
YUV120.42119.87160.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=44.62%
G=26.88%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610010600.400.360.35354.5527.0552.16
HexA6646A02824231631b34
Octal24614415205044435433364
Binary1010011011001001101010010100010010010001110110001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6646A; }

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

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

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

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

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

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

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

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