#A68387

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

Shades of Turkish Rose #A68387

Tints of Turkish Rose #A68387

Color information

#A68387 (or 0xA68387) is unknown color: approx Turkish Rose. HEX triplet: A6, 83 and 87. RGB value is (166,131,135). Sum of RGB (Red+Green+Blue) = 166+131+135=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A68387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68387 is #597C78. Grayscale: #8D8D8D. Windows color (decimal): -5864569 or 8881062. OLE color: 8881062.

HSL color Cylindrical-coordinate representation of color #A68387: hue angle of 353.14º 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 #A68387 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB166131135-
CMYK00.210.190.35
HSL353.14º16.43%58.24%-
HSV(B)353.14º21.08%65.1%-
XYZ28.2226.0926.47-
YUV141.92124.1145.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=38.43%
G=30.32%
B=31.25%

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
Decimal16613113500.210.190.35353.1416.4358.24
HexA683870151323161103a
Octal24620320702523435412072
Binary1010011010000011100001110101011001110001110110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68387; }

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

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

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

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

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

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

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

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