#A57368

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

Shades of Coral Tree #A57368

Tints of Coral Tree #A57368

Color information

#A57368 (or 0xA57368) is unknown color: approx Coral Tree. HEX triplet: A5, 73 and 68. RGB value is (165,115,104). Sum of RGB (Red+Green+Blue) = 165+115+104=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A57368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57368 is #5A8C97. Grayscale: #808080. Windows color (decimal): -5934232 or 6845349. OLE color: 6845349.

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

Color convert

RGB165115104-
CMYK00.300.370.35
HSL10.82º25.31%52.75%-
HSV(B)10.82º36.97%64.71%-
XYZ24.1521.2615.93-
YUV128.7114.06153.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=42.97%
G=29.95%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511510400.300.370.3510.8225.3152.75
HexA5736801E2523b1935
Octal2451631500364543133165
Binary1010010111100111101000011110100101100011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57368; }

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

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

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

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

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

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

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

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