#A3716B

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

Shades of Coral Tree #A3716B

Tints of Coral Tree #A3716B

Color information

#A3716B (or 0xA3716B) is unknown color: approx Coral Tree. HEX triplet: A3, 71 and 6B. RGB value is (163,113,107). Sum of RGB (Red+Green+Blue) = 163+113+107=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A3716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3716B is #5C8E94. Grayscale: #7F7F7F. Windows color (decimal): -6065813 or 7041443. OLE color: 7041443.

HSL color Cylindrical-coordinate representation of color #A3716B: hue angle of 6.43º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3716B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB163113107-
CMYK00.310.340.36
HSL6.43º23.33%52.94%-
HSV(B)6.43º34.36%63.92%-
XYZ23.6620.6616.65-
YUV127.27116.56153.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=42.56%
G=29.50%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311310700.310.340.366.4323.3352.94
HexA3716B01F222461735
Octal243161153037424462765
Binary101000111110001110101101111110001010010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3716B; }

 p { color: rgb(163,113,107); }

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

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

 a { background-color: rgb(163,113,107); }

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

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

 span { border-color: rgb(163,113,107); }

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