#A46D63

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

Shades of Coral Tree #A46D63

Tints of Coral Tree #A46D63

Color information

#A46D63 (or 0xA46D63) is unknown color: approx Coral Tree. HEX triplet: A4, 6D and 63. RGB value is (164,109,99). Sum of RGB (Red+Green+Blue) = 164+109+99=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D63 is #5B929C. Grayscale: #7C7C7C. Windows color (decimal): -6001309 or 6516132. OLE color: 6516132.

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

Color convert

RGB16410999-
CMYK00.340.400.36
HSL9.23º26.32%51.57%-
HSV(B)9.23º39.63%64.31%-
XYZ23.0319.7314.4-
YUV124.3113.72156.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 99 (39.06% from 255) = 26.61%
R=44.09%
G=29.30%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641099900.340.400.369.2326.3251.57
HexA46D63022282491a34
Octal2441551430425044113264
Binary10100100110110111000110100010101000100100100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D63; }

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

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

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

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

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

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

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

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