#A26C63

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

Shades of Coral Tree #A26C63

Tints of Coral Tree #A26C63

Color information

#A26C63 (or 0xA26C63) is unknown color: approx Coral Tree. HEX triplet: A2, 6C and 63. RGB value is (162,108,99). Sum of RGB (Red+Green+Blue) = 162+108+99=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C63 is #5D939C. Grayscale: #7B7B7B. Windows color (decimal): -6132637 or 6515874. OLE color: 6515874.

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

Color convert

RGB16210899-
CMYK00.330.390.36
HSL8.57º25.3%51.18%-
HSV(B)8.57º38.89%63.53%-
XYZ22.5119.3114.34-
YUV123.12114.39155.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=43.90%
G=29.27%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621089900.330.390.368.5725.351.18
HexA26C63021272491933
Octal2421541430414744113163
Binary10100010110110011000110100001100111100100100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C63; }

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

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

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

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

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

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

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

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