#A96361

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

Shades of Coral Tree #A96361

Tints of Coral Tree #A96361

Color information

#A96361 (or 0xA96361) is unknown color: approx Coral Tree. HEX triplet: A9, 63 and 61. RGB value is (169,99,97). Sum of RGB (Red+Green+Blue) = 169+99+97=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A96361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96361 is #569C9E. Grayscale: #777777. Windows color (decimal): -5676191 or 6382505. OLE color: 6382505.

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

Color convert

RGB1699997-
CMYK00.410.430.34
HSL1.67º29.51%52.16%-
HSV(B)1.67º42.6%66.27%-
XYZ22.9818.2213.62-
YUV119.7115.19163.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=46.30%
G=27.12%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169999700.410.430.341.6729.5152.16
HexA963610292B2221e34
Octal251143141051534223664
Binary101010011100011110000101010011010111000101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96361; }

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

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

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

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

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

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

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

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