#A37672

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

Shades of Coral Tree #A37672

Tints of Coral Tree #A37672

Color information

#A37672 (or 0xA37672) is unknown color: approx Coral Tree. HEX triplet: A3, 76 and 72. RGB value is (163,118,114). Sum of RGB (Red+Green+Blue) = 163+118+114=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A37672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37672 is #5C898D. Grayscale: #838383. Windows color (decimal): -6064526 or 7501475. OLE color: 7501475.

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

Color convert

RGB163118114-
CMYK00.280.300.36
HSL4.9º21.03%54.31%-
HSV(B)4.9º30.06%63.92%-
XYZ24.6221.9618.86-
YUV131118.41150.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=41.27%
G=29.87%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311811400.280.300.364.921.0354.31
HexA3767201C1E2451536
Octal243166162034364452566
Binary10100011111011011100100111001111010010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37672; }

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

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

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

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

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

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

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

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