#A96563

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

Shades of Coral Tree #A96563

Tints of Coral Tree #A96563

Color information

#A96563 (or 0xA96563) is unknown color: approx Coral Tree. HEX triplet: A9, 65 and 63. RGB value is (169,101,99). Sum of RGB (Red+Green+Blue) = 169+101+99=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A96563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96563 is #569A9C. Grayscale: #797979. Windows color (decimal): -5675677 or 6514089. OLE color: 6514089.

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

Color convert

RGB16910199-
CMYK00.400.410.34
HSL1.71º28.93%52.55%-
HSV(B)1.71º41.42%66.27%-
XYZ23.2718.6414.18-
YUV121.1115.53162.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=45.80%
G=27.37%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691019900.400.410.341.7128.9352.55
HexA96563028292221d35
Octal251145143050514223565
Binary101010011100101110001101010001010011000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96563; }

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

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

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

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

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

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

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

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