#A68386

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

Shades of Turkish Rose #A68386

Tints of Turkish Rose #A68386

Color information

#A68386 (or 0xA68386) is unknown color: approx Turkish Rose. HEX triplet: A6, 83 and 86. RGB value is (166,131,134). Sum of RGB (Red+Green+Blue) = 166+131+134=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A68386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68386 is #597C79. Grayscale: #8D8D8D. Windows color (decimal): -5864570 or 8815526. OLE color: 8815526.

HSL color Cylindrical-coordinate representation of color #A68386: hue angle of 354.86º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A68386 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB166131134-
CMYK00.210.190.35
HSL354.86º16.43%58.24%-
HSV(B)354.86º21.08%65.1%-
XYZ28.1526.0626.1-
YUV141.81123.6145.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 131 (51.56% from 255) = 30.39%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=38.52%
G=30.39%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613113400.210.190.35354.8616.4358.24
HexA683860151323163103a
Octal24620320602523435432072
Binary1010011010000011100001100101011001110001110110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68386; }

 p { color: rgb(166,131,134); }

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

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

 a { background-color: rgb(166,131,134); }

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

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

 span { border-color: rgb(166,131,134); }

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