#A96462

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

Shades of Coral Tree #A96462

Tints of Coral Tree #A96462

Color information

#A96462 (or 0xA96462) is unknown color: approx Coral Tree. HEX triplet: A9, 64 and 62. RGB value is (169,100,98). Sum of RGB (Red+Green+Blue) = 169+100+98=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A96462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96462 is #569B9D. Grayscale: #787878. Windows color (decimal): -5675934 or 6448297. OLE color: 6448297.

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

Color convert

RGB16910098-
CMYK00.410.420.34
HSL1.69º29.22%52.35%-
HSV(B)1.69º42.01%66.27%-
XYZ23.1218.4313.89-
YUV120.4115.36162.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=46.05%
G=27.25%
B=26.70%

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
Decimal1691009800.410.420.341.6929.2252.35
HexA964620292A2221d34
Octal251144142051524223564
Binary101010011100100110001001010011010101000101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96462; }

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

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

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

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

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

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

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

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