#A26E66

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

Shades of Coral Tree #A26E66

Tints of Coral Tree #A26E66

Color information

#A26E66 (or 0xA26E66) is unknown color: approx Coral Tree. HEX triplet: A2, 6E and 66. RGB value is (162,110,102). Sum of RGB (Red+Green+Blue) = 162+110+102=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26E66 is #5D9199. Grayscale: #7C7C7C. Windows color (decimal): -6132122 or 6712994. OLE color: 6712994.

HSL color Cylindrical-coordinate representation of color #A26E66: hue angle of 8º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A26E66 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB162110102-
CMYK00.320.370.36
HSL24.39%51.76%-
HSV(B)37.04%63.53%-
XYZ22.8719.7915.19-
YUV124.64115.23154.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 110 (43.36% from 255) = 29.41%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=43.32%
G=29.41%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211010200.320.370.36824.3951.76
HexA26E66020252481834
Octal2421561460404544103064
Binary10100010110111011001100100000100101100100100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26E66; }

 p { color: rgb(162,110,102); }

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

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

 a { background-color: rgb(162,110,102); }

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

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

 span { border-color: rgb(162,110,102); }

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