#A57069

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

Shades of Coral Tree #A57069

Tints of Coral Tree #A57069

Color information

#A57069 (or 0xA57069) is unknown color: approx Coral Tree. HEX triplet: A5, 70 and 69. RGB value is (165,112,105). Sum of RGB (Red+Green+Blue) = 165+112+105=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A57069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57069 is #5A8F96. Grayscale: #7F7F7F. Windows color (decimal): -5934999 or 6910117. OLE color: 6910117.

HSL color Cylindrical-coordinate representation of color #A57069: hue angle of 7º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A57069 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB165112105-
CMYK00.320.360.35
HSL25%52.94%-
HSV(B)36.36%64.71%-
XYZ23.8620.6116.08-
YUV127.05115.56155.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=43.19%
G=29.32%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511210500.320.360.3572552.94
HexA57069020242371935
Octal245160151040444373165
Binary1010010111100001101001010000010010010001111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57069; }

 p { color: rgb(165,112,105); }

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

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

 a { background-color: rgb(165,112,105); }

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

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

 span { border-color: rgb(165,112,105); }

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