#A77470

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

Shades of Coral Tree #A77470

Tints of Coral Tree #A77470

Color information

#A77470 (or 0xA77470) is unknown color: approx Coral Tree. HEX triplet: A7, 74 and 70. RGB value is (167,116,112). Sum of RGB (Red+Green+Blue) = 167+116+112=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 167 - color contains mainly: red. Hex color #A77470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77470 is #588B8F. Grayscale: #828282. Windows color (decimal): -5802896 or 7369895. OLE color: 7369895.

HSL color Cylindrical-coordinate representation of color #A77470: hue angle of 4.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77470 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB167116112-
CMYK00.310.330.35
HSL4.36º23.81%54.71%-
HSV(B)4.36º32.93%65.49%-
XYZ25.1121.8818.23-
YUV130.79117.4153.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=42.28%
G=29.37%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711611200.310.330.354.3623.8154.71
HexA7747001F212341837
Octal247164160037414343067
Binary101001111110100111000001111110000110001110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77470; }

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

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

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

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

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

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

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

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