#A2787E

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

Shades of Turkish Rose #A2787E

Tints of Turkish Rose #A2787E

Color information

#A2787E (or 0xA2787E) is unknown color: approx Turkish Rose. HEX triplet: A2, 78 and 7E. RGB value is (162,120,126). Sum of RGB (Red+Green+Blue) = 162+120+126=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2787E is #5D8781. Grayscale: #858585. Windows color (decimal): -6129538 or 8288418. OLE color: 8288418.

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

Color convert

RGB162120126-
CMYK00.260.220.36
HSL351.43º18.42%55.29%-
HSV(B)351.43º25.93%63.53%-
XYZ25.3822.6222.77-
YUV133.24123.91148.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=39.71%
G=29.41%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212012600.260.220.36351.4318.4255.29
HexA2787E01A162415f1237
Octal24217017603226445372267
Binary10100010111100011111100110101011010010010101111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2787E; }

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

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

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

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

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

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

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

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