#A5716C

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

Shades of Coral Tree #A5716C

Tints of Coral Tree #A5716C

Color information

#A5716C (or 0xA5716C) is unknown color: approx Coral Tree. HEX triplet: A5, 71 and 6C. RGB value is (165,113,108). Sum of RGB (Red+Green+Blue) = 165+113+108=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A5716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5716C is #5A8E93. Grayscale: #808080. Windows color (decimal): -5934740 or 7106981. OLE color: 7106981.

HSL color Cylindrical-coordinate representation of color #A5716C: hue angle of 5.26º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5716C is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB165113108-
CMYK00.320.350.35
HSL5.26º24.05%53.53%-
HSV(B)5.26º34.55%64.71%-
XYZ24.1320.8916.95-
YUV127.98116.73154.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.75%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=42.75%
G=29.27%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511310800.320.350.355.2624.0553.53
HexA5716C020232351836
Octal245161154040434353066
Binary1010010111100011101100010000010001110001110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5716C; }

 p { color: rgb(165,113,108); }

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

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

 a { background-color: rgb(165,113,108); }

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

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

 span { border-color: rgb(165,113,108); }

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