#A66D64

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

Shades of Coral Tree #A66D64

Tints of Coral Tree #A66D64

Color information

#A66D64 (or 0xA66D64) is unknown color: approx Coral Tree. HEX triplet: A6, 6D and 64. RGB value is (166,109,100). Sum of RGB (Red+Green+Blue) = 166+109+100=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66D64 is #59929B. Grayscale: #7D7D7D. Windows color (decimal): -5870236 or 6581670. OLE color: 6581670.

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

Color convert

RGB166109100-
CMYK00.340.400.35
HSL8.18º27.05%52.16%-
HSV(B)8.18º39.76%65.1%-
XYZ23.4919.9614.67-
YUV125.02113.88157.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 109 (42.97% from 255) = 29.07%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=44.27%
G=29.07%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610910000.340.400.358.1827.0552.16
HexA66D64022282381b34
Octal2461551440425043103364
Binary10100110110110111001000100010101000100011100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D64; }

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

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

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

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

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

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

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

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