#A66D61

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

Shades of Coral Tree #A66D61

Tints of Coral Tree #A66D61

Color information

#A66D61 (or 0xA66D61) is unknown color: approx Coral Tree. HEX triplet: A6, 6D and 61. RGB value is (166,109,97). Sum of RGB (Red+Green+Blue) = 166+109+97=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D61 is #59929E. Grayscale: #7C7C7C. Windows color (decimal): -5870239 or 6385062. OLE color: 6385062.

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

Color convert

RGB16610997-
CMYK00.340.420.35
HSL10.43º27.94%51.57%-
HSV(B)10.43º41.57%65.1%-
XYZ23.3519.9113.92-
YUV124.67112.38157.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=44.62%
G=29.30%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661099700.340.420.3510.4327.9451.57
HexA66D610222A23a1c34
Octal2461551410425243123464
Binary10100110110110111000010100010101010100011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D61; }

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

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

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

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

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

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

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

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