#A2746C

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

Shades of Coral Tree #A2746C

Tints of Coral Tree #A2746C

Color information

#A2746C (or 0xA2746C) is unknown color: approx Coral Tree. HEX triplet: A2, 74 and 6C. RGB value is (162,116,108). Sum of RGB (Red+Green+Blue) = 162+116+108=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A2746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2746C is #5D8B93. Grayscale: #808080. Windows color (decimal): -6130580 or 7107746. OLE color: 7107746.

HSL color Cylindrical-coordinate representation of color #A2746C: hue angle of 8.89º degrees, saturation: 0.23, 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 #A2746C is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162116108-
CMYK00.280.330.36
HSL8.89º22.5%52.94%-
HSV(B)8.89º33.33%63.53%-
XYZ23.8521.2517.03-
YUV128.84116.24151.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=41.97%
G=30.05%
B=27.98%

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
Decimal16211610800.280.330.368.8922.552.94
HexA2746C01C212491735
Octal2421641540344144112765
Binary1010001011101001101100011100100001100100100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2746C; }

 p { color: rgb(162,116,108); }

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

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

 a { background-color: rgb(162,116,108); }

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

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

 span { border-color: rgb(162,116,108); }

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