#A2736F

Color #A2736F Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #A2736F

Tints of Coral Tree #A2736F

Color information

#A2736F (or 0xA2736F) is unknown color: approx Coral Tree. HEX triplet: A2, 73 and 6F. RGB value is (162,115,111). Sum of RGB (Red+Green+Blue) = 162+115+111=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2736F is #5D8C90. Grayscale: #808080. Windows color (decimal): -6130833 or 7304098. OLE color: 7304098.

HSL color Cylindrical-coordinate representation of color #A2736F: hue angle of 4.71º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2736F is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB162115111-
CMYK00.290.310.36
HSL4.71º21.52%53.53%-
HSV(B)4.71º31.48%63.53%-
XYZ23.921.0917.85-
YUV128.6118.07151.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=41.75%
G=29.64%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211511100.290.310.364.7121.5253.53
HexA2736F01D1F2451636
Octal242163157035374452666
Binary10100010111001111011110111011111110010010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2736F; }

 p { color: rgb(162,115,111); }

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

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

 a { background-color: rgb(162,115,111); }

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

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

 span { border-color: rgb(162,115,111); }

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