#A5756D

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

Shades of Coral Tree #A5756D

Tints of Coral Tree #A5756D

Color information

#A5756D (or 0xA5756D) is unknown color: approx Coral Tree. HEX triplet: A5, 75 and 6D. RGB value is (165,117,109). Sum of RGB (Red+Green+Blue) = 165+117+109=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5756D is #5A8A92. Grayscale: #828282. Windows color (decimal): -5933715 or 7173541. OLE color: 7173541.

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

Color convert

RGB165117109-
CMYK00.290.340.35
HSL8.57º23.73%53.73%-
HSV(B)8.57º33.94%64.71%-
XYZ24.6421.8317.38-
YUV130.44115.9152.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=42.20%
G=29.92%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511710900.290.340.358.5723.7353.73
HexA5756D01D222391836
Octal2451651550354243113066
Binary1010010111101011101101011101100010100011100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5756D; }

 p { color: rgb(165,117,109); }

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

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

 a { background-color: rgb(165,117,109); }

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

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

 span { border-color: rgb(165,117,109); }

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