#A17270

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

Shades of Coral Tree #A17270

Tints of Coral Tree #A17270

Color information

#A17270 (or 0xA17270) is unknown color: approx Coral Tree. HEX triplet: A1, 72 and 70. RGB value is (161,114,112). Sum of RGB (Red+Green+Blue) = 161+114+112=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A17270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17270 is #5E8D8F. Grayscale: #7F7F7F. Windows color (decimal): -6196624 or 7369377. OLE color: 7369377.

HSL color Cylindrical-coordinate representation of color #A17270: hue angle of 2.45º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A17270 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161114112-
CMYK00.290.300.37
HSL2.45º20.68%53.53%-
HSV(B)2.45º30.43%63.14%-
XYZ23.6420.7818.09-
YUV127.82119.07151.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.60%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=41.60%
G=29.46%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111411200.290.300.372.4520.6853.53
HexA1727001D1E2521536
Octal241162160035364522566
Binary1010000111100101110000011101111101001011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17270; }

 p { color: rgb(161,114,112); }

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

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

 a { background-color: rgb(161,114,112); }

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

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

 span { border-color: rgb(161,114,112); }

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