#A5706C

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

Shades of Coral Tree #A5706C

Tints of Coral Tree #A5706C

Color information

#A5706C (or 0xA5706C) is unknown color: approx Coral Tree. HEX triplet: A5, 70 and 6C. RGB value is (165,112,108). Sum of RGB (Red+Green+Blue) = 165+112+108=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A5706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5706C is #5A8F93. Grayscale: #7F7F7F. Windows color (decimal): -5934996 or 7106725. OLE color: 7106725.

HSL color Cylindrical-coordinate representation of color #A5706C: hue angle of 4.21º 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 #A5706C is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB165112108-
CMYK00.320.350.35
HSL4.21º24.05%53.53%-
HSV(B)4.21º34.55%64.71%-
XYZ24.0220.6716.91-
YUV127.39117.06154.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=42.86%
G=29.09%
B=28.05%

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
Decimal16511210800.320.350.354.2124.0553.53
HexA5706C020232341836
Octal245160154040434343066
Binary1010010111100001101100010000010001110001110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5706C; }

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

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

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

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

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

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

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

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