#A27471

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

Shades of Coral Tree #A27471

Tints of Coral Tree #A27471

Color information

#A27471 (or 0xA27471) is unknown color: approx Coral Tree. HEX triplet: A2, 74 and 71. RGB value is (162,116,113). Sum of RGB (Red+Green+Blue) = 162+116+113=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A27471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27471 is #5D8B8E. Grayscale: #818181. Windows color (decimal): -6130575 or 7435426. OLE color: 7435426.

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

Color convert

RGB162116113-
CMYK00.280.300.36
HSL3.67º20.85%53.92%-
HSV(B)3.67º30.25%63.53%-
XYZ24.1321.3618.47-
YUV129.41118.74151.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=41.43%
G=29.67%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211611300.280.300.363.6720.8553.92
HexA2747101C1E2441536
Octal242164161034364442566
Binary10100010111010011100010111001111010010010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27471; }

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

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

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

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

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

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

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

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