#A96463

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

Shades of Coral Tree #A96463

Tints of Coral Tree #A96463

Color information

#A96463 (or 0xA96463) is unknown color: approx Coral Tree. HEX triplet: A9, 64 and 63. RGB value is (169,100,99). Sum of RGB (Red+Green+Blue) = 169+100+99=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A96463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96463 is #569B9C. Grayscale: #787878. Windows color (decimal): -5675933 or 6513833. OLE color: 6513833.

HSL color Cylindrical-coordinate representation of color #A96463: hue angle of 0.86º 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 #A96463 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB16910099-
CMYK00.410.410.34
HSL0.86º28.93%52.55%-
HSV(B)0.86º41.42%66.27%-
XYZ23.1718.4514.14-
YUV120.52115.86162.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=45.92%
G=27.17%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691009900.410.410.340.8628.9352.55
HexA96463029292211d35
Octal251144143051514213565
Binary10101001110010011000110101001101001100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96463; }

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

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

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

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

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

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

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

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