#A9787C

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

Shades of Turkish Rose #A9787C

Tints of Turkish Rose #A9787C

Color information

#A9787C (or 0xA9787C) is unknown color: approx Turkish Rose. HEX triplet: A9, 78 and 7C. RGB value is (169,120,124). Sum of RGB (Red+Green+Blue) = 169+120+124=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A9787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9787C is #568783. Grayscale: #878787. Windows color (decimal): -5670788 or 8157353. OLE color: 8157353.

HSL color Cylindrical-coordinate representation of color #A9787C: hue angle of 355.1º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9787C is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB169120124-
CMYK00.290.270.34
HSL355.1º22.17%56.67%-
HSV(B)355.1º28.99%66.27%-
XYZ26.7223.3222.16-
YUV135.11121.73152.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 120 (47.27% from 255) = 29.06%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=40.92%
G=29.06%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912012400.290.270.34355.122.1756.67
HexA9787C01D1B221631639
Octal25117017403533425432671
Binary10101001111100011111000111011101110001010110001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9787C; }

 p { color: rgb(169,120,124); }

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

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

 a { background-color: rgb(169,120,124); }

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

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

 span { border-color: rgb(169,120,124); }

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