#A37872

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

Shades of Coral Tree #A37872

Tints of Coral Tree #A37872

Color information

#A37872 (or 0xA37872) is unknown color: approx Coral Tree. HEX triplet: A3, 78 and 72. RGB value is (163,120,114). Sum of RGB (Red+Green+Blue) = 163+120+114=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A37872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37872 is #5C878D. Grayscale: #848484. Windows color (decimal): -6064014 or 7501987. OLE color: 7501987.

HSL color Cylindrical-coordinate representation of color #A37872: hue angle of 7.35º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37872 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB163120114-
CMYK00.260.300.36
HSL7.35º21.03%54.31%-
HSV(B)7.35º30.06%63.92%-
XYZ24.8622.4318.94-
YUV132.17117.75149.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=41.06%
G=30.23%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312011400.260.300.367.3521.0354.31
HexA3787201A1E2471536
Octal243170162032364472566
Binary10100011111100011100100110101111010010011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37872; }

 p { color: rgb(163,120,114); }

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

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

 a { background-color: rgb(163,120,114); }

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

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

 span { border-color: rgb(163,120,114); }

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