#A8655E

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

Shades of Coral Tree #A8655E

Tints of Coral Tree #A8655E

Color information

#A8655E (or 0xA8655E) is unknown color: approx Coral Tree. HEX triplet: A8, 65 and 5E. RGB value is (168,101,94). Sum of RGB (Red+Green+Blue) = 168+101+94=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8655E is #579AA1. Grayscale: #787878. Windows color (decimal): -5741218 or 6186408. OLE color: 6186408.

HSL color Cylindrical-coordinate representation of color #A8655E: hue angle of 5.68º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8655E is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB16810194-
CMYK00.400.440.34
HSL5.68º29.84%51.37%-
HSV(B)5.68º44.05%65.88%-
XYZ22.8218.4412.95-
YUV120.24113.2162.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=46.28%
G=27.82%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681019400.400.440.345.6829.8451.37
HexA8655E0282C2261e33
Octal250145136050544263663
Binary1010100011001011011110010100010110010001011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8655E; }

 p { color: rgb(168,101,94); }

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

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

 a { background-color: rgb(168,101,94); }

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

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

 span { border-color: rgb(168,101,94); }

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