#A26D64

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

Shades of Coral Tree #A26D64

Tints of Coral Tree #A26D64

Color information

#A26D64 (or 0xA26D64) is unknown color: approx Coral Tree. HEX triplet: A2, 6D and 64. RGB value is (162,109,100). Sum of RGB (Red+Green+Blue) = 162+109+100=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D64 is #5D929B. Grayscale: #7B7B7B. Windows color (decimal): -6132380 or 6581666. OLE color: 6581666.

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

Color convert

RGB162109100-
CMYK00.330.380.36
HSL8.71º25%51.37%-
HSV(B)8.71º38.27%63.53%-
XYZ22.6719.5414.63-
YUV123.82114.56155.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 109 (42.97% from 255) = 29.38%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=43.67%
G=29.38%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210910000.330.380.368.712551.37
HexA26D64021262491933
Octal2421551440414644113163
Binary10100010110110111001000100001100110100100100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26D64; }

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

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

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

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

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

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

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

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