#A66A64

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

Shades of Coral Tree #A66A64

Tints of Coral Tree #A66A64

Color information

#A66A64 (or 0xA66A64) is unknown color: approx Coral Tree. HEX triplet: A6, 6A and 64. RGB value is (166,106,100). Sum of RGB (Red+Green+Blue) = 166+106+100=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A64 is #59959B. Grayscale: #7B7B7B. Windows color (decimal): -5871004 or 6580902. OLE color: 6580902.

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

Color convert

RGB166106100-
CMYK00.360.400.35
HSL5.45º27.05%52.16%-
HSV(B)5.45º39.76%65.1%-
XYZ23.1819.3414.57-
YUV123.26114.88158.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 106 (41.80% from 255) = 28.49%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=44.62%
G=28.49%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610610000.360.400.355.4527.0552.16
HexA66A64024282351b34
Octal246152144044504353364
Binary1010011011010101100100010010010100010001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A64; }

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

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

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

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

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

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

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

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