#A68687

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

Shades of Turkish Rose #A68687

Tints of Turkish Rose #A68687

Color information

#A68687 (or 0xA68687) is unknown color: approx Turkish Rose. HEX triplet: A6, 86 and 87. RGB value is (166,134,135). Sum of RGB (Red+Green+Blue) = 166+134+135=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68687 is #597978. Grayscale: #8F8F8F. Windows color (decimal): -5863801 or 8881830. OLE color: 8881830.

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

Color convert

RGB166134135-
CMYK00.190.190.35
HSL358.12º15.24%58.82%-
HSV(B)358.12º19.28%65.1%-
XYZ28.6226.9126.61-
YUV143.68123.1143.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=38.16%
G=30.80%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613413500.190.190.35358.1215.2458.82
HexA686870131323166f3b
Octal24620620702323435461773
Binary101001101000011010000111010011100111000111011001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68687; }

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

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

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

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

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

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

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

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