#A8665E

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

Shades of Coral Tree #A8665E

Tints of Coral Tree #A8665E

Color information

#A8665E (or 0xA8665E) is unknown color: approx Coral Tree. HEX triplet: A8, 66 and 5E. RGB value is (168,102,94). Sum of RGB (Red+Green+Blue) = 168+102+94=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8665E is #5799A1. Grayscale: #787878. Windows color (decimal): -5740962 or 6186664. OLE color: 6186664.

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

Color convert

RGB16810294-
CMYK00.390.440.34
HSL6.49º29.84%51.37%-
HSV(B)6.49º44.05%65.88%-
XYZ22.9218.6412.98-
YUV120.82112.87161.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.15%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 94 (37.11% from 255) = 25.82%
R=46.15%
G=28.02%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681029400.390.440.346.4929.8451.37
HexA8665E0272C2261e33
Octal250146136047544263663
Binary1010100011001101011110010011110110010001011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8665E; }

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

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

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

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

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

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

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

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