#A1746A

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

Shades of Coral Tree #A1746A

Tints of Coral Tree #A1746A

Color information

#A1746A (or 0xA1746A) is unknown color: approx Coral Tree. HEX triplet: A1, 74 and 6A. RGB value is (161,116,106). Sum of RGB (Red+Green+Blue) = 161+116+106=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1746A is #5E8B95. Grayscale: #808080. Windows color (decimal): -6196118 or 6976673. OLE color: 6976673.

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

Color convert

RGB161116106-
CMYK00.280.340.37
HSL10.91º22.63%52.35%-
HSV(B)10.91º34.16%63.14%-
XYZ23.5421.1116.47-
YUV128.32115.41151.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=42.04%
G=30.29%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111610600.280.340.3710.9122.6352.35
HexA1746A01C2225b1734
Octal2411641520344245132764
Binary1010000111101001101010011100100010100101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1746A; }

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

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

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

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

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

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

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

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