#A27370

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

Shades of Coral Tree #A27370

Tints of Coral Tree #A27370

Color information

#A27370 (or 0xA27370) is unknown color: approx Coral Tree. HEX triplet: A2, 73 and 70. RGB value is (162,115,112). Sum of RGB (Red+Green+Blue) = 162+115+112=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A27370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27370 is #5D8C8F. Grayscale: #808080. Windows color (decimal): -6130832 or 7369634. OLE color: 7369634.

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

Color convert

RGB162115112-
CMYK00.290.310.36
HSL3.6º21.19%53.73%-
HSV(B)3.6º30.86%63.53%-
XYZ23.9621.1118.14-
YUV128.71118.57151.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=41.65%
G=29.56%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211511200.290.310.363.621.1953.73
HexA2737001D1F2441536
Octal242163160035374442566
Binary10100010111001111100000111011111110010010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27370; }

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

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

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

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

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

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

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

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