#A67370

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

Shades of Coral Tree #A67370

Tints of Coral Tree #A67370

Color information

#A67370 (or 0xA67370) is unknown color: approx Coral Tree. HEX triplet: A6, 73 and 70. RGB value is (166,115,112). Sum of RGB (Red+Green+Blue) = 166+115+112=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A67370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67370 is #598C8F. Grayscale: #818181. Windows color (decimal): -5868688 or 7369638. OLE color: 7369638.

HSL color Cylindrical-coordinate representation of color #A67370: hue angle of 3.33º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67370 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166115112-
CMYK00.310.330.35
HSL3.33º23.28%54.51%-
HSV(B)3.33º32.53%65.1%-
XYZ24.7821.5418.18-
YUV129.91117.9153.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=42.24%
G=29.26%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611511200.310.330.353.3323.2854.51
HexA6737001F212331737
Octal246163160037414332767
Binary10100110111001111100000111111000011000111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67370; }

 p { color: rgb(166,115,112); }

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

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

 a { background-color: rgb(166,115,112); }

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

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

 span { border-color: rgb(166,115,112); }

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