#A56866

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

Shades of Coral Tree #A56866

Tints of Coral Tree #A56866

Color information

#A56866 (or 0xA56866) is unknown color: approx Coral Tree. HEX triplet: A5, 68 and 66. RGB value is (165,104,102). Sum of RGB (Red+Green+Blue) = 165+104+102=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A56866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56866 is #5A9799. Grayscale: #7A7A7A. Windows color (decimal): -5937050 or 6711461. OLE color: 6711461.

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

Color convert

RGB165104102-
CMYK00.370.380.35
HSL1.9º25.93%52.35%-
HSV(B)1.9º38.18%64.71%-
XYZ22.8718.8615.01-
YUV122.01116.71158.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=44.47%
G=28.03%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510410200.370.380.351.925.9352.35
HexA56866025262321a34
Octal245150146045464323264
Binary101001011101000110011001001011001101000111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56866; }

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

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

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

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

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

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

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

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