#A56561

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

Shades of Coral Tree #A56561

Tints of Coral Tree #A56561

Color information

#A56561 (or 0xA56561) is unknown color: approx Coral Tree. HEX triplet: A5, 65 and 61. RGB value is (165,101,97). Sum of RGB (Red+Green+Blue) = 165+101+97=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A56561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56561 is #5A9A9E. Grayscale: #777777. Windows color (decimal): -5937823 or 6383013. OLE color: 6383013.

HSL color Cylindrical-coordinate representation of color #A56561: hue angle of 3.53º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A56561 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16510197-
CMYK00.390.410.35
HSL3.53º27.42%51.37%-
HSV(B)3.53º41.21%64.71%-
XYZ22.3318.1713.64-
YUV119.68115.2160.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=45.45%
G=27.82%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651019700.390.410.353.5327.4251.37
HexA56561027292341b33
Octal245145141047514343363
Binary1010010111001011100001010011110100110001110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56561; }

 p { color: rgb(165,101,97); }

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

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

 a { background-color: rgb(165,101,97); }

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

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

 span { border-color: rgb(165,101,97); }

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