#A66B61

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

Shades of Coral Tree #A66B61

Tints of Coral Tree #A66B61

Color information

#A66B61 (or 0xA66B61) is unknown color: approx Coral Tree. HEX triplet: A6, 6B and 61. RGB value is (166,107,97). Sum of RGB (Red+Green+Blue) = 166+107+97=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B61 is #59949E. Grayscale: #7B7B7B. Windows color (decimal): -5870751 or 6384550. OLE color: 6384550.

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

Color convert

RGB16610797-
CMYK00.360.420.35
HSL8.7º27.94%51.57%-
HSV(B)8.7º41.57%65.1%-
XYZ23.1419.4913.85-
YUV123.5113.05158.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 107 (42.19% from 255) = 28.92%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=44.86%
G=28.92%
B=26.22%

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
Decimal1661079700.360.420.358.727.9451.57
HexA66B610242A2391c34
Octal2461531410445243113464
Binary10100110110101111000010100100101010100011100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B61; }

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

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

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

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

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

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

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

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