#A66963

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

Shades of Coral Tree #A66963

Tints of Coral Tree #A66963

Color information

#A66963 (or 0xA66963) is unknown color: approx Coral Tree. HEX triplet: A6, 69 and 63. RGB value is (166,105,99). Sum of RGB (Red+Green+Blue) = 166+105+99=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A66963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66963 is #59969C. Grayscale: #7A7A7A. Windows color (decimal): -5871261 or 6515110. OLE color: 6515110.

HSL color Cylindrical-coordinate representation of color #A66963: hue angle of 5.37º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66963 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16610599-
CMYK00.370.400.35
HSL5.37º27.35%51.96%-
HSV(B)5.37º40.36%65.1%-
XYZ23.0319.1114.28-
YUV122.56114.71158.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=44.86%
G=28.38%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661059900.370.400.355.3727.3551.96
HexA66963025282351b34
Octal246151143045504353364
Binary1010011011010011100011010010110100010001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66963; }

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

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

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

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

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

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

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

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