#A27770

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

Shades of Coral Tree #A27770

Tints of Coral Tree #A27770

Color information

#A27770 (or 0xA27770) is unknown color: approx Coral Tree. HEX triplet: A2, 77 and 70. RGB value is (162,119,112). Sum of RGB (Red+Green+Blue) = 162+119+112=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A27770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27770 is #5D888F. Grayscale: #838383. Windows color (decimal): -6129808 or 7370658. OLE color: 7370658.

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

Color convert

RGB162119112-
CMYK00.270.310.36
HSL8.4º21.19%53.73%-
HSV(B)8.4º30.86%63.53%-
XYZ24.4222.0418.3-
YUV131.06117.25150.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.22%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=41.22%
G=30.28%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211911200.270.310.368.421.1953.73
HexA2777001B1F2481536
Octal2421671600333744102566
Binary101000101110111111000001101111111100100100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27770; }

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

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

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

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

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

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

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

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