#A26963

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

Shades of Coral Tree #A26963

Tints of Coral Tree #A26963

Color information

#A26963 (or 0xA26963) is unknown color: approx Coral Tree. HEX triplet: A2, 69 and 63. RGB value is (162,105,99). Sum of RGB (Red+Green+Blue) = 162+105+99=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A26963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26963 is #5D969C. Grayscale: #797979. Windows color (decimal): -6133405 or 6515106. OLE color: 6515106.

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

Color convert

RGB16210599-
CMYK00.350.390.36
HSL5.71º25.3%51.18%-
HSV(B)5.71º38.89%63.53%-
XYZ22.218.6914.24-
YUV121.36115.38156.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=44.26%
G=28.69%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621059900.350.390.365.7125.351.18
HexA26963023272461933
Octal242151143043474463163
Binary1010001011010011100011010001110011110010011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26963; }

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

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

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

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

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

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

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

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