#A5716B

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

Shades of Coral Tree #A5716B

Tints of Coral Tree #A5716B

Color information

#A5716B (or 0xA5716B) is unknown color: approx Coral Tree. HEX triplet: A5, 71 and 6B. RGB value is (165,113,107). Sum of RGB (Red+Green+Blue) = 165+113+107=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5716B is #5A8E94. Grayscale: #7F7F7F. Windows color (decimal): -5934741 or 7041445. OLE color: 7041445.

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

Color convert

RGB165113107-
CMYK00.320.350.35
HSL6.21º24.37%53.33%-
HSV(B)6.21º35.15%64.71%-
XYZ24.0820.8716.67-
YUV127.86116.23154.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=42.86%
G=29.35%
B=27.79%

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
Decimal16511310700.320.350.356.2124.3753.33
HexA5716B020232361835
Octal245161153040434363065
Binary1010010111100011101011010000010001110001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5716B; }

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

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

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

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

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

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

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

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