#A66A61

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

Shades of Coral Tree #A66A61

Tints of Coral Tree #A66A61

Color information

#A66A61 (or 0xA66A61) is unknown color: approx Coral Tree. HEX triplet: A6, 6A and 61. RGB value is (166,106,97). Sum of RGB (Red+Green+Blue) = 166+106+97=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A61 is #59959E. Grayscale: #7B7B7B. Windows color (decimal): -5871007 or 6384294. OLE color: 6384294.

HSL color Cylindrical-coordinate representation of color #A66A61: hue angle of 7.83º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A66A61 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16610697-
CMYK00.360.420.35
HSL7.83º27.94%51.57%-
HSV(B)7.83º41.57%65.1%-
XYZ23.0419.2813.82-
YUV122.91113.38158.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 106 (41.80% from 255) = 28.73%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=44.99%
G=28.73%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661069700.360.420.357.8327.9451.57
HexA66A610242A2381c34
Octal2461521410445243103464
Binary10100110110101011000010100100101010100011100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A61; }

 p { color: rgb(166,106,97); }

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

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

 a { background-color: rgb(166,106,97); }

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

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

 span { border-color: rgb(166,106,97); }

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