#A2756D

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

Shades of Coral Tree #A2756D

Tints of Coral Tree #A2756D

Color information

#A2756D (or 0xA2756D) is unknown color: approx Coral Tree. HEX triplet: A2, 75 and 6D. RGB value is (162,117,109). Sum of RGB (Red+Green+Blue) = 162+117+109=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A2756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2756D is #5D8A92. Grayscale: #818181. Windows color (decimal): -6130323 or 7173538. OLE color: 7173538.

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

Color convert

RGB162117109-
CMYK00.280.330.36
HSL9.06º22.18%53.14%-
HSV(B)9.06º32.72%63.53%-
XYZ24.0221.5117.35-
YUV129.54116.41151.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=41.75%
G=30.15%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211710900.280.330.369.0622.1853.14
HexA2756D01C212491635
Octal2421651550344144112665
Binary1010001011101011101101011100100001100100100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2756D; }

 p { color: rgb(162,117,109); }

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

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

 a { background-color: rgb(162,117,109); }

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

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

 span { border-color: rgb(162,117,109); }

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