#A46C63

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

Shades of Coral Tree #A46C63

Tints of Coral Tree #A46C63

Color information

#A46C63 (or 0xA46C63) is unknown color: approx Coral Tree. HEX triplet: A4, 6C and 63. RGB value is (164,108,99). Sum of RGB (Red+Green+Blue) = 164+108+99=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C63 is #5B939C. Grayscale: #7B7B7B. Windows color (decimal): -6001565 or 6515876. OLE color: 6515876.

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

Color convert

RGB16410899-
CMYK00.340.400.36
HSL8.31º26.32%51.57%-
HSV(B)8.31º39.63%64.31%-
XYZ22.9219.5214.36-
YUV123.72114.05156.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=44.20%
G=29.11%
B=26.68%

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
Decimal1641089900.340.400.368.3126.3251.57
HexA46C63022282481a34
Octal2441541430425044103264
Binary10100100110110011000110100010101000100100100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C63; }

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

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

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

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

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

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

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

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