#A27470

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

Shades of Coral Tree #A27470

Tints of Coral Tree #A27470

Color information

#A27470 (or 0xA27470) is unknown color: approx Coral Tree. HEX triplet: A2, 74 and 70. RGB value is (162,116,112). Sum of RGB (Red+Green+Blue) = 162+116+112=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A27470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27470 is #5D8B8F. Grayscale: #818181. Windows color (decimal): -6130576 or 7369890. OLE color: 7369890.

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

Color convert

RGB162116112-
CMYK00.280.310.36
HSL4.8º21.19%53.73%-
HSV(B)4.8º30.86%63.53%-
XYZ24.0721.3418.18-
YUV129.3118.24151.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=41.54%
G=29.74%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211611200.280.310.364.821.1953.73
HexA2747001C1F2451536
Octal242164160034374452566
Binary10100010111010011100000111001111110010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27470; }

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

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

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

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

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

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

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

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