#A46D67

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

Shades of Coral Tree #A46D67

Tints of Coral Tree #A46D67

Color information

#A46D67 (or 0xA46D67) is unknown color: approx Coral Tree. HEX triplet: A4, 6D and 67. RGB value is (164,109,103). Sum of RGB (Red+Green+Blue) = 164+109+103=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D67 is #5B9298. Grayscale: #7C7C7C. Windows color (decimal): -6001305 or 6778276. OLE color: 6778276.

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

Color convert

RGB164109103-
CMYK00.340.370.36
HSL5.9º25.1%52.35%-
HSV(B)5.9º37.2%64.31%-
XYZ23.2319.8115.43-
YUV124.76115.72155.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 109 (42.97% from 255) = 28.99%
BLUE value IS 103 (40.62% from 255) = 27.39%
R=43.62%
G=28.99%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410910300.340.370.365.925.152.35
HexA46D67022252461934
Octal244155147042454463164
Binary1010010011011011100111010001010010110010011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D67; }

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

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

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

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

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

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

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

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