#A86462

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

Shades of Coral Tree #A86462

Tints of Coral Tree #A86462

Color information

#A86462 (or 0xA86462) is unknown color: approx Coral Tree. HEX triplet: A8, 64 and 62. RGB value is (168,100,98). Sum of RGB (Red+Green+Blue) = 168+100+98=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A86462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86462 is #579B9D. Grayscale: #787878. Windows color (decimal): -5741470 or 6448296. OLE color: 6448296.

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

Color convert

RGB16810098-
CMYK00.400.420.34
HSL1.71º28.69%52.16%-
HSV(B)1.71º41.67%65.88%-
XYZ22.9118.3213.88-
YUV120.1115.53162.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=45.90%
G=27.32%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681009800.400.420.341.7128.6952.16
HexA864620282A2221d34
Octal250144142050524223564
Binary101010001100100110001001010001010101000101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86462; }

 p { color: rgb(168,100,98); }

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

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

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

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

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

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

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