#A96E65

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

Shades of Coral Tree #A96E65

Tints of Coral Tree #A96E65

Color information

#A96E65 (or 0xA96E65) is unknown color: approx Coral Tree. HEX triplet: A9, 6E and 65. RGB value is (169,110,101). Sum of RGB (Red+Green+Blue) = 169+110+101=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E65 is #56919A. Grayscale: #7E7E7E. Windows color (decimal): -5673371 or 6647465. OLE color: 6647465.

HSL color Cylindrical-coordinate representation of color #A96E65: hue angle of 7.94º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96E65 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169110101-
CMYK00.350.400.34
HSL7.94º28.33%52.94%-
HSV(B)7.94º40.24%66.27%-
XYZ24.2920.5314.99-
YUV126.62113.55158.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 110 (43.36% from 255) = 28.95%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=44.47%
G=28.95%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911010100.350.400.347.9428.3352.94
HexA96E65023282281c35
Octal2511561450435042103465
Binary10101001110111011001010100011101000100010100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E65; }

 p { color: rgb(169,110,101); }

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

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

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

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

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

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

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