#A27171

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

Shades of Coral Tree #A27171

Tints of Coral Tree #A27171

Color information

#A27171 (or 0xA27171) is unknown color: approx Coral Tree. HEX triplet: A2, 71 and 71. RGB value is (162,113,113). Sum of RGB (Red+Green+Blue) = 162+113+113=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A27171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27171 is #5D8E8E. Grayscale: #7F7F7F. Windows color (decimal): -6131343 or 7434658. OLE color: 7434658.

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

Color convert

RGB162113113-
CMYK00.300.300.36
HSL20.85%53.92%-
HSV(B)30.25%63.53%-
XYZ23.7920.6818.36-
YUV127.65119.73152.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=41.75%
G=29.12%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211311300.300.300.36020.8553.92
HexA2717101E1E2401536
Octal242161161036364402566
Binary101000101110001111000101111011110100100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27171; }

 p { color: rgb(162,113,113); }

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

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

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

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

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

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

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