#A46963

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

Shades of Coral Tree #A46963

Tints of Coral Tree #A46963

Color information

#A46963 (or 0xA46963) is unknown color: approx Coral Tree. HEX triplet: A4, 69 and 63. RGB value is (164,105,99). Sum of RGB (Red+Green+Blue) = 164+105+99=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A46963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46963 is #5B969C. Grayscale: #7A7A7A. Windows color (decimal): -6002333 or 6515108. OLE color: 6515108.

HSL color Cylindrical-coordinate representation of color #A46963: hue angle of 5.54º 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 #A46963 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16410599-
CMYK00.360.400.36
HSL5.54º26.32%51.57%-
HSV(B)5.54º39.63%64.31%-
XYZ22.6118.914.26-
YUV121.96115.05157.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=44.57%
G=28.53%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641059900.360.400.365.5426.3251.57
HexA46963024282461a34
Octal244151143044504463264
Binary1010010011010011100011010010010100010010011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46963; }

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

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

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

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

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

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

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

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