#A3687B

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

Shades of Turkish Rose #A3687B

Tints of Turkish Rose #A3687B

Color information

#A3687B (or 0xA3687B) is unknown color: approx Turkish Rose. HEX triplet: A3, 68 and 7B. RGB value is (163,104,123). Sum of RGB (Red+Green+Blue) = 163+104+123=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3687B is #5C9784. Grayscale: #7B7B7B. Windows color (decimal): -6068101 or 8087715. OLE color: 8087715.

HSL color Cylindrical-coordinate representation of color #A3687B: hue angle of 340.68º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3687B is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB163104123-
CMYK00.360.250.36
HSL340.68º24.28%52.35%-
HSV(B)340.68º36.2%63.92%-
XYZ23.6319.1221.18-
YUV123.81127.55155.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=41.79%
G=26.67%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310412300.360.250.36340.6824.2852.35
HexA3687B02419241551834
Octal24315017304431445253064
Binary101000111101000111101101001001100110010010101010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3687B; }

 p { color: rgb(163,104,123); }

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

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

 a { background-color: rgb(163,104,123); }

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

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

 span { border-color: rgb(163,104,123); }

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