#A2787C

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

Shades of Turkish Rose #A2787C

Tints of Turkish Rose #A2787C

Color information

#A2787C (or 0xA2787C) is unknown color: approx Turkish Rose. HEX triplet: A2, 78 and 7C. RGB value is (162,120,124). Sum of RGB (Red+Green+Blue) = 162+120+124=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A2787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2787C is #5D8783. Grayscale: #858585. Windows color (decimal): -6129540 or 8157346. OLE color: 8157346.

HSL color Cylindrical-coordinate representation of color #A2787C: hue angle of 354.29º 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 #A2787C is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB162120124-
CMYK00.260.230.36
HSL354.29º18.42%55.29%-
HSV(B)354.29º25.93%63.53%-
XYZ25.2522.5722.09-
YUV133.01122.91148.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=39.90%
G=29.56%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212012400.260.230.36354.2918.4255.29
HexA2787C01A17241621237
Octal24217017403227445422267
Binary10100010111100011111000110101011110010010110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2787C; }

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

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

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

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

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

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

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

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