#A3726E

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

Shades of Coral Tree #A3726E

Tints of Coral Tree #A3726E

Color information

#A3726E (or 0xA3726E) is unknown color: approx Coral Tree. HEX triplet: A3, 72 and 6E. RGB value is (163,114,110). Sum of RGB (Red+Green+Blue) = 163+114+110=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A3726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3726E is #5C8D91. Grayscale: #808080. Windows color (decimal): -6065554 or 7238307. OLE color: 7238307.

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

Color convert

RGB163114110-
CMYK00.300.330.36
HSL4.53º22.36%53.53%-
HSV(B)4.53º32.52%63.92%-
XYZ23.9420.9517.53-
YUV128.2117.73152.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=42.12%
G=29.46%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311411000.300.330.364.5322.3653.53
HexA3726E01E212451636
Octal243162156036414452666
Binary101000111110010110111001111010000110010010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3726E; }

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

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

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

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

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

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

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

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