#A2787A

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

Shades of Turkish Rose #A2787A

Tints of Turkish Rose #A2787A

Color information

#A2787A (or 0xA2787A) is unknown color: approx Turkish Rose. HEX triplet: A2, 78 and 7A. RGB value is (162,120,122). Sum of RGB (Red+Green+Blue) = 162+120+122=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2787A is #5D8785. Grayscale: #848484. Windows color (decimal): -6129542 or 8026274. OLE color: 8026274.

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

Color convert

RGB162120122-
CMYK00.260.250.36
HSL357.14º18.42%55.29%-
HSV(B)357.14º25.93%63.53%-
XYZ25.1322.5221.43-
YUV132.79121.91148.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=40.10%
G=29.70%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212012200.260.250.36357.1418.4255.29
HexA2787A01A19241651237
Octal24217017203231445452267
Binary10100010111100011110100110101100110010010110010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2787A; }

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

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

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

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

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

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

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

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