#A0687B

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

Shades of Turkish Rose #A0687B

Tints of Turkish Rose #A0687B

Color information

#A0687B (or 0xA0687B) is unknown color: approx Turkish Rose. HEX triplet: A0, 68 and 7B. RGB value is (160,104,123). Sum of RGB (Red+Green+Blue) = 160+104+123=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0687B is #5F9784. Grayscale: #7A7A7A. Windows color (decimal): -6264709 or 8087712. OLE color: 8087712.

HSL color Cylindrical-coordinate representation of color #A0687B: hue angle of 339.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0687B is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB160104123-
CMYK00.350.230.37
HSL339.64º22.76%51.76%-
HSV(B)339.64º35%62.75%-
XYZ23.0218.821.16-
YUV122.91128.05154.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=41.34%
G=26.87%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010412300.350.230.37339.6422.7651.76
HexA0687B02317251541734
Octal24015017304327455242764
Binary101000001101000111101101000111011110010110101010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0687B; }

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

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

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

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

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

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

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

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