#A1756E

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

Shades of Coral Tree #A1756E

Tints of Coral Tree #A1756E

Color information

#A1756E (or 0xA1756E) is unknown color: approx Coral Tree. HEX triplet: A1, 75 and 6E. RGB value is (161,117,110). Sum of RGB (Red+Green+Blue) = 161+117+110=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1756E is #5E8A91. Grayscale: #818181. Windows color (decimal): -6195858 or 7239073. OLE color: 7239073.

HSL color Cylindrical-coordinate representation of color #A1756E: hue angle of 8.24º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1756E is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB161117110-
CMYK00.270.320.37
HSL8.24º21.34%53.14%-
HSV(B)8.24º31.68%63.14%-
XYZ23.8721.4317.63-
YUV129.36117.08150.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=41.49%
G=30.15%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111711000.270.320.378.2421.3453.14
HexA1756E01B202581535
Octal2411651560334045102565
Binary1010000111101011101110011011100000100101100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1756E; }

 p { color: rgb(161,117,110); }

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

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

 a { background-color: rgb(161,117,110); }

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

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

 span { border-color: rgb(161,117,110); }

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