#A2787B

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

Shades of Turkish Rose #A2787B

Tints of Turkish Rose #A2787B

Color information

#A2787B (or 0xA2787B) is unknown color: approx Turkish Rose. HEX triplet: A2, 78 and 7B. RGB value is (162,120,123). Sum of RGB (Red+Green+Blue) = 162+120+123=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2787B is #5D8784. Grayscale: #848484. Windows color (decimal): -6129541 or 8091810. OLE color: 8091810.

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

Color convert

RGB162120123-
CMYK00.260.240.36
HSL355.71º18.42%55.29%-
HSV(B)355.71º25.93%63.53%-
XYZ25.1922.5421.76-
YUV132.9122.41148.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=40%
G=29.63%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212012300.260.240.36355.7118.4255.29
HexA2787B01A18241641237
Octal24217017303230445442267
Binary10100010111100011110110110101100010010010110010010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2787B; }

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

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

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

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

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

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

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

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