#A68A8B

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

Shades of Turkish Rose #A68A8B

Tints of Turkish Rose #A68A8B

Color information

#A68A8B (or 0xA68A8B) is unknown color: approx Turkish Rose. HEX triplet: A6, 8A and 8B. RGB value is (166,138,139). Sum of RGB (Red+Green+Blue) = 166+138+139=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68A8B is #597574. Grayscale: #929292. Windows color (decimal): -5862773 or 9144998. OLE color: 9144998.

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

Color convert

RGB166138139-
CMYK00.170.160.35
HSL357.86º13.59%59.61%-
HSV(B)357.86º16.87%65.1%-
XYZ29.4728.1528.31-
YUV146.49123.78141.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=37.47%
G=31.15%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613813900.170.160.35357.8613.5959.61
HexA68A8B0111023166e3c
Octal24621221302120435461674
Binary101001101000101010001011010001100001000111011001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A8B; }

 p { color: rgb(166,138,139); }

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

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

 a { background-color: rgb(166,138,139); }

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

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

 span { border-color: rgb(166,138,139); }

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