#A2766E

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

Shades of Coral Tree #A2766E

Tints of Coral Tree #A2766E

Color information

#A2766E (or 0xA2766E) is unknown color: approx Coral Tree. HEX triplet: A2, 76 and 6E. RGB value is (162,118,110). Sum of RGB (Red+Green+Blue) = 162+118+110=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2766E is #5D8991. Grayscale: #828282. Windows color (decimal): -6130066 or 7239330. OLE color: 7239330.

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

Color convert

RGB162118110-
CMYK00.270.320.36
HSL9.23º21.85%53.33%-
HSV(B)9.23º32.1%63.53%-
XYZ24.1921.7617.68-
YUV130.24116.58150.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=41.54%
G=30.26%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211811000.270.320.369.2321.8553.33
HexA2766E01B202491635
Octal2421661560334044112665
Binary1010001011101101101110011011100000100100100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2766E; }

 p { color: rgb(162,118,110); }

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

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

 a { background-color: rgb(162,118,110); }

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

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

 span { border-color: rgb(162,118,110); }

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