#A46763

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

Shades of Coral Tree #A46763

Tints of Coral Tree #A46763

Color information

#A46763 (or 0xA46763) is unknown color: approx Coral Tree. HEX triplet: A4, 67 and 63. RGB value is (164,103,99). Sum of RGB (Red+Green+Blue) = 164+103+99=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A46763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46763 is #5B989C. Grayscale: #787878. Windows color (decimal): -6002845 or 6514596. OLE color: 6514596.

HSL color Cylindrical-coordinate representation of color #A46763: hue angle of 3.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46763 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16410399-
CMYK00.370.400.36
HSL3.69º26.32%51.57%-
HSV(B)3.69º39.63%64.31%-
XYZ22.4118.4914.19-
YUV120.78115.71158.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=44.81%
G=28.14%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641039900.370.400.363.6926.3251.57
HexA46763025282441a34
Octal244147143045504443264
Binary1010010011001111100011010010110100010010010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46763; }

 p { color: rgb(164,103,99); }

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

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

 a { background-color: rgb(164,103,99); }

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

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

 span { border-color: rgb(164,103,99); }

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