#A46861

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

Shades of Coral Tree #A46861

Tints of Coral Tree #A46861

Color information

#A46861 (or 0xA46861) is unknown color: approx Coral Tree. HEX triplet: A4, 68 and 61. RGB value is (164,104,97). Sum of RGB (Red+Green+Blue) = 164+104+97=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A46861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46861 is #5B979E. Grayscale: #797979. Windows color (decimal): -6002591 or 6383780. OLE color: 6383780.

HSL color Cylindrical-coordinate representation of color #A46861: hue angle of 6.27º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46861 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16410497-
CMYK00.370.410.36
HSL6.27º26.91%51.18%-
HSV(B)6.27º40.85%64.31%-
XYZ22.4218.6613.73-
YUV121.14114.38158.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=44.93%
G=28.49%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641049700.370.410.366.2726.9151.18
HexA46861025292461b33
Octal244150141045514463363
Binary1010010011010001100001010010110100110010011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46861; }

 p { color: rgb(164,104,97); }

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

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

 a { background-color: rgb(164,104,97); }

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

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

 span { border-color: rgb(164,104,97); }

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