#A56868

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

Shades of Coral Tree #A56868

Tints of Coral Tree #A56868

Color information

#A56868 (or 0xA56868) is unknown color: approx Coral Tree. HEX triplet: A5, 68 and 68. RGB value is (165,104,104). Sum of RGB (Red+Green+Blue) = 165+104+104=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A56868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56868 is #5A9797. Grayscale: #7A7A7A. Windows color (decimal): -5937048 or 6842533. OLE color: 6842533.

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

Color convert

RGB165104104-
CMYK00.370.370.35
HSL25.31%52.75%-
HSV(B)36.97%64.71%-
XYZ22.9718.915.53-
YUV122.24117.71158.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=44.24%
G=27.88%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510410400.370.370.35025.3152.75
HexA56868025252301935
Octal245150150045454303165
Binary10100101110100011010000100101100101100011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56868; }

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

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

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

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

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

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

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

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