#A1756F

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

Shades of Coral Tree #A1756F

Tints of Coral Tree #A1756F

Color information

#A1756F (or 0xA1756F) is unknown color: approx Coral Tree. HEX triplet: A1, 75 and 6F. RGB value is (161,117,111). Sum of RGB (Red+Green+Blue) = 161+117+111=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A1756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1756F is #5E8A90. Grayscale: #818181. Windows color (decimal): -6195857 or 7304609. OLE color: 7304609.

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

Color convert

RGB161117111-
CMYK00.270.310.37
HSL7.2º21.01%53.33%-
HSV(B)7.2º31.06%63.14%-
XYZ23.9321.4517.92-
YUV129.47117.58150.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=41.39%
G=30.08%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111711100.270.310.377.221.0153.33
HexA1756F01B1F2571535
Octal241165157033374572565
Binary10100001111010111011110110111111110010111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1756F; }

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

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

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

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

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

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

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

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