#A6746A

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

Shades of Coral Tree #A6746A

Tints of Coral Tree #A6746A

Color information

#A6746A (or 0xA6746A) is unknown color: approx Coral Tree. HEX triplet: A6, 74 and 6A. RGB value is (166,116,106). Sum of RGB (Red+Green+Blue) = 166+116+106=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6746A is #598B95. Grayscale: #818181. Windows color (decimal): -5868438 or 6976678. OLE color: 6976678.

HSL color Cylindrical-coordinate representation of color #A6746A: hue angle of 10º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6746A is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB166116106-
CMYK00.300.360.35
HSL10º25.21%53.33%-
HSV(B)10º36.14%65.1%-
XYZ24.5721.6416.52-
YUV129.81114.56153.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=42.78%
G=29.90%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611610600.300.360.351025.2153.33
HexA6746A01E2423a1935
Octal2461641520364443123165
Binary1010011011101001101010011110100100100011101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6746A; }

 p { color: rgb(166,116,106); }

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

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

 a { background-color: rgb(166,116,106); }

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

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

 span { border-color: rgb(166,116,106); }

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