#A17170

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

Shades of Coral Tree #A17170

Tints of Coral Tree #A17170

Color information

#A17170 (or 0xA17170) is unknown color: approx Coral Tree. HEX triplet: A1, 71 and 70. RGB value is (161,113,112). Sum of RGB (Red+Green+Blue) = 161+113+112=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A17170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17170 is #5E8E8F. Grayscale: #7F7F7F. Windows color (decimal): -6196880 or 7369121. OLE color: 7369121.

HSL color Cylindrical-coordinate representation of color #A17170: hue angle of 1.22º 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 #A17170 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161113112-
CMYK00.300.300.37
HSL1.22º20.68%53.53%-
HSV(B)1.22º30.43%63.14%-
XYZ23.5320.5618.06-
YUV127.24119.4152.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=41.71%
G=29.27%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16111311200.300.300.371.2220.6853.53
HexA1717001E1E2511536
Octal241161160036364512566
Binary101000011110001111000001111011110100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17170; }

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

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

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

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

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

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

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

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