#A46E63

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

Shades of Coral Tree #A46E63

Tints of Coral Tree #A46E63

Color information

#A46E63 (or 0xA46E63) is unknown color: approx Coral Tree. HEX triplet: A4, 6E and 63. RGB value is (164,110,99). Sum of RGB (Red+Green+Blue) = 164+110+99=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46E63 is #5B919C. Grayscale: #7C7C7C. Windows color (decimal): -6001053 or 6516388. OLE color: 6516388.

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

Color convert

RGB16411099-
CMYK00.330.400.36
HSL10.15º26.32%51.57%-
HSV(B)10.15º39.63%64.31%-
XYZ23.1419.9514.43-
YUV124.89113.39155.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=43.97%
G=29.49%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641109900.330.400.3610.1526.3251.57
HexA46E630212824a1a34
Octal2441561430415044123264
Binary10100100110111011000110100001101000100100101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E63; }

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

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

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

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

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

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

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

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