#A46F65

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

Shades of Coral Tree #A46F65

Tints of Coral Tree #A46F65

Color information

#A46F65 (or 0xA46F65) is unknown color: approx Coral Tree. HEX triplet: A4, 6F and 65. RGB value is (164,111,101). Sum of RGB (Red+Green+Blue) = 164+111+101=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F65 is #5B909A. Grayscale: #7D7D7D. Windows color (decimal): -6000795 or 6647716. OLE color: 6647716.

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

Color convert

RGB164111101-
CMYK00.320.380.36
HSL9.52º25.71%51.96%-
HSV(B)9.52º38.41%64.31%-
XYZ23.3420.214.98-
YUV125.71114.06155.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=43.62%
G=29.52%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411110100.320.380.369.5225.7151.96
HexA46F650202624a1a34
Octal2441571450404644123264
Binary10100100110111111001010100000100110100100101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46F65; }

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

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

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

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

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

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

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

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