#A97365

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

Shades of Coral Tree #A97365

Tints of Coral Tree #A97365

Color information

#A97365 (or 0xA97365) is unknown color: approx Coral Tree. HEX triplet: A9, 73 and 65. RGB value is (169,115,101). Sum of RGB (Red+Green+Blue) = 169+115+101=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A97365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97365 is #568C9A. Grayscale: #818181. Windows color (decimal): -5672091 or 6648745. OLE color: 6648745.

HSL color Cylindrical-coordinate representation of color #A97365: hue angle of 12.35º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97365 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169115101-
CMYK00.320.400.34
HSL12.35º28.33%52.94%-
HSV(B)12.35º40.24%66.27%-
XYZ24.8421.6415.18-
YUV129.55111.89156.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=43.90%
G=29.87%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911510100.320.400.3412.3528.3352.94
HexA973650202822c1c35
Octal2511631450405042143465
Binary10101001111001111001010100000101000100010110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97365; }

 p { color: rgb(169,115,101); }

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

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

 a { background-color: rgb(169,115,101); }

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

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

 span { border-color: rgb(169,115,101); }

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