#A26863

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

Shades of Coral Tree #A26863

Tints of Coral Tree #A26863

Color information

#A26863 (or 0xA26863) is unknown color: approx Coral Tree. HEX triplet: A2, 68 and 63. RGB value is (162,104,99). Sum of RGB (Red+Green+Blue) = 162+104+99=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A26863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26863 is #5D979C. Grayscale: #787878. Windows color (decimal): -6133661 or 6514850. OLE color: 6514850.

HSL color Cylindrical-coordinate representation of color #A26863: hue angle of 4.76º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A26863 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16210499-
CMYK00.360.390.36
HSL4.76º25.3%51.18%-
HSV(B)4.76º38.89%63.53%-
XYZ22.118.4814.21-
YUV120.77115.72157.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=44.38%
G=28.49%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621049900.360.390.364.7625.351.18
HexA26863024272451933
Octal242150143044474453163
Binary1010001011010001100011010010010011110010010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26863; }

 p { color: rgb(162,104,99); }

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

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

 a { background-color: rgb(162,104,99); }

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

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

 span { border-color: rgb(162,104,99); }

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