#A57772

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

Shades of Coral Tree #A57772

Tints of Coral Tree #A57772

Color information

#A57772 (or 0xA57772) is unknown color: approx Coral Tree. HEX triplet: A5, 77 and 72. RGB value is (165,119,114). Sum of RGB (Red+Green+Blue) = 165+119+114=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A57772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57772 is #5A888D. Grayscale: #848484. Windows color (decimal): -5933198 or 7501733. OLE color: 7501733.

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

Color convert

RGB165119114-
CMYK00.280.310.35
HSL5.88º22.08%54.71%-
HSV(B)5.88º30.91%64.71%-
XYZ25.1522.4118.92-
YUV132.18117.74151.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 114 (44.92% from 255) = 28.64%
R=41.46%
G=29.90%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511911400.280.310.355.8822.0854.71
HexA5777201C1F2361637
Octal245167162034374362667
Binary10100101111011111100100111001111110001111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57772; }

 p { color: rgb(165,119,114); }

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

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

 a { background-color: rgb(165,119,114); }

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

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

 span { border-color: rgb(165,119,114); }

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