#A5706A

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

Shades of Coral Tree #A5706A

Tints of Coral Tree #A5706A

Color information

#A5706A (or 0xA5706A) is unknown color: approx Coral Tree. HEX triplet: A5, 70 and 6A. RGB value is (165,112,106). Sum of RGB (Red+Green+Blue) = 165+112+106=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A5706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5706A is #5A8F95. Grayscale: #7F7F7F. Windows color (decimal): -5934998 or 6975653. OLE color: 6975653.

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

Color convert

RGB165112106-
CMYK00.320.360.35
HSL6.1º24.69%53.14%-
HSV(B)6.1º35.76%64.71%-
XYZ23.9120.6316.36-
YUV127.16116.06154.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=43.08%
G=29.24%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511210600.320.360.356.124.6953.14
HexA5706A020242361935
Octal245160152040444363165
Binary1010010111100001101010010000010010010001111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5706A; }

 p { color: rgb(165,112,106); }

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

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

 a { background-color: rgb(165,112,106); }

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

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

 span { border-color: rgb(165,112,106); }

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