#A9787B

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

Shades of Turkish Rose #A9787B

Tints of Turkish Rose #A9787B

Color information

#A9787B (or 0xA9787B) is unknown color: approx Turkish Rose. HEX triplet: A9, 78 and 7B. RGB value is (169,120,123). Sum of RGB (Red+Green+Blue) = 169+120+123=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9787B is #568784. Grayscale: #878787. Windows color (decimal): -5670789 or 8091817. OLE color: 8091817.

HSL color Cylindrical-coordinate representation of color #A9787B: hue angle of 356.33º 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 #A9787B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB169120123-
CMYK00.290.270.34
HSL356.33º22.17%56.67%-
HSV(B)356.33º28.99%66.27%-
XYZ26.6523.321.83-
YUV134.99121.23152.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=41.02%
G=29.13%
B=29.85%

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
Decimal16912012300.290.270.34356.3322.1756.67
HexA9787B01D1B221641639
Octal25117017303533425442671
Binary10101001111100011110110111011101110001010110010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9787B; }

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

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

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

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

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

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

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

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