#A46A65

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

Shades of Coral Tree #A46A65

Tints of Coral Tree #A46A65

Color information

#A46A65 (or 0xA46A65) is unknown color: approx Coral Tree. HEX triplet: A4, 6A and 65. RGB value is (164,106,101). Sum of RGB (Red+Green+Blue) = 164+106+101=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A65 is #5B959A. Grayscale: #7A7A7A. Windows color (decimal): -6002075 or 6646436. OLE color: 6646436.

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

Color convert

RGB164106101-
CMYK00.350.380.36
HSL4.76º25.71%51.96%-
HSV(B)4.76º38.41%64.31%-
XYZ22.8119.1414.8-
YUV122.77115.72157.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=44.20%
G=28.57%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410610100.350.380.364.7625.7151.96
HexA46A65023262451a34
Octal244152145043464453264
Binary1010010011010101100101010001110011010010010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A65; }

 p { color: rgb(164,106,101); }

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

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

 a { background-color: rgb(164,106,101); }

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

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

 span { border-color: rgb(164,106,101); }

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