#A67372

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

Shades of Coral Tree #A67372

Tints of Coral Tree #A67372

Color information

#A67372 (or 0xA67372) is unknown color: approx Coral Tree. HEX triplet: A6, 73 and 72. RGB value is (166,115,114). Sum of RGB (Red+Green+Blue) = 166+115+114=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A67372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67372 is #598C8D. Grayscale: #828282. Windows color (decimal): -5868686 or 7500710. OLE color: 7500710.

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

Color convert

RGB166115114-
CMYK00.310.310.35
HSL1.15º22.61%54.9%-
HSV(B)1.15º31.33%65.1%-
XYZ24.8921.5818.77-
YUV130.14118.9153.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=42.03%
G=29.11%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611511400.310.310.351.1522.6154.9
HexA6737201F1F2311737
Octal246163162037374312767
Binary101001101110011111001001111111111100011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67372; }

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

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

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

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

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

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

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

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