#A46761

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

Shades of Coral Tree #A46761

Tints of Coral Tree #A46761

Color information

#A46761 (or 0xA46761) is unknown color: approx Coral Tree. HEX triplet: A4, 67 and 61. RGB value is (164,103,97). Sum of RGB (Red+Green+Blue) = 164+103+97=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A46761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46761 is #5B989E. Grayscale: #787878. Windows color (decimal): -6002847 or 6383524. OLE color: 6383524.

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

Color convert

RGB16410397-
CMYK00.370.410.36
HSL5.37º26.91%51.18%-
HSV(B)5.37º40.85%64.31%-
XYZ22.3218.4613.7-
YUV120.56114.71158.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=45.05%
G=28.30%
B=26.65%

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
Decimal1641039700.370.410.365.3726.9151.18
HexA46761025292451b33
Octal244147141045514453363
Binary1010010011001111100001010010110100110010010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46761; }

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

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

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

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

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

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

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

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