#A96262

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

Shades of Coral Tree #A96262

Tints of Coral Tree #A96262

Color information

#A96262 (or 0xA96262) is unknown color: approx Coral Tree. HEX triplet: A9, 62 and 62. RGB value is (169,98,98). Sum of RGB (Red+Green+Blue) = 169+98+98=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A96262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96262 is #569D9D. Grayscale: #777777. Windows color (decimal): -5676446 or 6447785. OLE color: 6447785.

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

Color convert

RGB1699898-
CMYK00.420.420.34
HSL29.22%52.35%-
HSV(B)42.01%66.27%-
XYZ22.9318.0513.83-
YUV119.23116.02163.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=46.30%
G=26.85%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169989800.420.420.34029.2252.35
HexA9626202A2A2201d34
Octal251142142052524203564
Binary10101001110001011000100101010101010100010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96262; }

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

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

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

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

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

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

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

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