#A37368

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

Shades of Coral Tree #A37368

Tints of Coral Tree #A37368

Color information

#A37368 (or 0xA37368) is unknown color: approx Coral Tree. HEX triplet: A3, 73 and 68. RGB value is (163,115,104). Sum of RGB (Red+Green+Blue) = 163+115+104=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A37368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37368 is #5C8C97. Grayscale: #808080. Windows color (decimal): -6065304 or 6845347. OLE color: 6845347.

HSL color Cylindrical-coordinate representation of color #A37368: hue angle of 11.19º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37368 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB163115104-
CMYK00.290.360.36
HSL11.19º24.28%52.35%-
HSV(B)11.19º36.2%63.92%-
XYZ23.7321.0515.91-
YUV128.1114.4152.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=42.67%
G=30.10%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311510400.290.360.3611.1924.2852.35
HexA3736801D2424b1834
Octal2431631500354444133064
Binary1010001111100111101000011101100100100100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37368; }

 p { color: rgb(163,115,104); }

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

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

 a { background-color: rgb(163,115,104); }

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

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

 span { border-color: rgb(163,115,104); }

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