#A57166

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

Shades of Coral Tree #A57166

Tints of Coral Tree #A57166

Color information

#A57166 (or 0xA57166) is unknown color: approx Coral Tree. HEX triplet: A5, 71 and 66. RGB value is (165,113,102). Sum of RGB (Red+Green+Blue) = 165+113+102=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A57166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57166 is #5A8E99. Grayscale: #7F7F7F. Windows color (decimal): -5934746 or 6713765. OLE color: 6713765.

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

Color convert

RGB165113102-
CMYK00.320.380.35
HSL10.48º25.93%52.35%-
HSV(B)10.48º38.18%64.71%-
XYZ23.8220.7715.32-
YUV127.29113.73154.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=43.42%
G=29.74%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511310200.320.380.3510.4825.9352.35
HexA571660202623a1a34
Octal2451611460404643123264
Binary10100101111000111001100100000100110100011101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57166; }

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

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

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

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

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

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

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

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