#A56766

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

Shades of Coral Tree #A56766

Tints of Coral Tree #A56766

Color information

#A56766 (or 0xA56766) is unknown color: approx Coral Tree. HEX triplet: A5, 67 and 66. RGB value is (165,103,102). Sum of RGB (Red+Green+Blue) = 165+103+102=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A56766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56766 is #5A9899. Grayscale: #797979. Windows color (decimal): -5937306 or 6711205. OLE color: 6711205.

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

Color convert

RGB165103102-
CMYK00.380.380.35
HSL0.95º25.93%52.35%-
HSV(B)0.95º38.18%64.71%-
XYZ22.7718.6614.97-
YUV121.42117.04159.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=44.59%
G=27.84%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510310200.380.380.350.9525.9352.35
HexA56766026262311a34
Octal245147146046464313264
Binary10100101110011111001100100110100110100011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56766; }

 p { color: rgb(165,103,102); }

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

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

 a { background-color: rgb(165,103,102); }

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

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

 span { border-color: rgb(165,103,102); }

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