#A26D63

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

Shades of Coral Tree #A26D63

Tints of Coral Tree #A26D63

Color information

#A26D63 (or 0xA26D63) is unknown color: approx Coral Tree. HEX triplet: A2, 6D and 63. RGB value is (162,109,99). Sum of RGB (Red+Green+Blue) = 162+109+99=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D63 is #5D929C. Grayscale: #7B7B7B. Windows color (decimal): -6132381 or 6516130. OLE color: 6516130.

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

Color convert

RGB16210999-
CMYK00.330.390.36
HSL9.52º25.3%51.18%-
HSV(B)9.52º38.89%63.53%-
XYZ22.6219.5214.38-
YUV123.71114.06155.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 109 (42.97% from 255) = 29.46%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=43.78%
G=29.46%
B=26.76%

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
Decimal1621099900.330.390.369.5225.351.18
HexA26D630212724a1933
Octal2421551430414744123163
Binary10100010110110111000110100001100111100100101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D63; }

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

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

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

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

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

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

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

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