#A96260

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

Shades of Coral Tree #A96260

Tints of Coral Tree #A96260

Color information

#A96260 (or 0xA96260) is unknown color: approx Coral Tree. HEX triplet: A9, 62 and 60. RGB value is (169,98,96). Sum of RGB (Red+Green+Blue) = 169+98+96=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A96260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96260 is #569D9F. Grayscale: #777777. Windows color (decimal): -5676448 or 6316713. OLE color: 6316713.

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

Color convert

RGB1699896-
CMYK00.420.430.34
HSL1.64º29.8%51.96%-
HSV(B)1.64º43.2%66.27%-
XYZ22.8418.0113.34-
YUV119115.02163.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=46.56%
G=27.00%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169989600.420.430.341.6429.851.96
HexA9626002A2B2221e34
Octal251142140052534223664
Binary101010011100010110000001010101010111000101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96260; }

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

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

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

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

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

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

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

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