#A57974

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

Shades of Coral Tree #A57974

Tints of Coral Tree #A57974

Color information

#A57974 (or 0xA57974) is unknown color: approx Coral Tree. HEX triplet: A5, 79 and 74. RGB value is (165,121,116). Sum of RGB (Red+Green+Blue) = 165+121+116=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A57974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57974 is #5A868B. Grayscale: #858585. Windows color (decimal): -5932684 or 7633317. OLE color: 7633317.

HSL color Cylindrical-coordinate representation of color #A57974: hue angle of 6.12º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57974 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB165121116-
CMYK00.270.300.35
HSL6.12º21.4%55.1%-
HSV(B)6.12º29.7%64.71%-
XYZ25.5122.9419.61-
YUV133.59118.08150.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=41.04%
G=30.10%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512111600.270.300.356.1221.455.1
HexA5797401B1E2361537
Octal245171164033364362567
Binary10100101111100111101000110111111010001111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57974; }

 p { color: rgb(165,121,116); }

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

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

 a { background-color: rgb(165,121,116); }

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

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

 span { border-color: rgb(165,121,116); }

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