#A37068

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

Shades of Coral Tree #A37068

Tints of Coral Tree #A37068

Color information

#A37068 (or 0xA37068) is unknown color: approx Coral Tree. HEX triplet: A3, 70 and 68. RGB value is (163,112,104). Sum of RGB (Red+Green+Blue) = 163+112+104=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A37068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37068 is #5C8F97. Grayscale: #7E7E7E. Windows color (decimal): -6066072 or 6844579. OLE color: 6844579.

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

Color convert

RGB163112104-
CMYK00.310.360.36
HSL8.14º24.28%52.35%-
HSV(B)8.14º36.2%63.92%-
XYZ23.420.3715.8-
YUV126.34115.4154.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=43.01%
G=29.55%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311210400.310.360.368.1424.2852.35
HexA3706801F242481834
Octal2431601500374444103064
Binary1010001111100001101000011111100100100100100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37068; }

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

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

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

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

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

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

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

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