#A96362

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

Shades of Coral Tree #A96362

Tints of Coral Tree #A96362

Color information

#A96362 (or 0xA96362) is unknown color: approx Coral Tree. HEX triplet: A9, 63 and 62. RGB value is (169,99,98). Sum of RGB (Red+Green+Blue) = 169+99+98=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A96362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96362 is #569C9D. Grayscale: #777777. Windows color (decimal): -5676190 or 6448041. OLE color: 6448041.

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

Color convert

RGB1699998-
CMYK00.410.420.34
HSL0.85º29.22%52.35%-
HSV(B)0.85º42.01%66.27%-
XYZ23.0318.2413.86-
YUV119.82115.69163.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=46.17%
G=27.05%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169999800.410.420.340.8529.2252.35
HexA963620292A2211d34
Octal251143142051524213564
Binary10101001110001111000100101001101010100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96362; }

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

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

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

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

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

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

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

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