#A2726F

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

Shades of Coral Tree #A2726F

Tints of Coral Tree #A2726F

Color information

#A2726F (or 0xA2726F) is unknown color: approx Coral Tree. HEX triplet: A2, 72 and 6F. RGB value is (162,114,111). Sum of RGB (Red+Green+Blue) = 162+114+111=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A2726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2726F is #5D8D90. Grayscale: #808080. Windows color (decimal): -6131089 or 7303842. OLE color: 7303842.

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

Color convert

RGB162114111-
CMYK00.300.310.36
HSL3.53º21.52%53.53%-
HSV(B)3.53º31.48%63.53%-
XYZ23.7920.8617.81-
YUV128.01118.4152.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=41.86%
G=29.46%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211411100.300.310.363.5321.5253.53
HexA2726F01E1F2441636
Octal242162157036374442666
Binary10100010111001011011110111101111110010010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2726F; }

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

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

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

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

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

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

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

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