#A66764

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

Shades of Coral Tree #A66764

Tints of Coral Tree #A66764

Color information

#A66764 (or 0xA66764) is unknown color: approx Coral Tree. HEX triplet: A6, 67 and 64. RGB value is (166,103,100). Sum of RGB (Red+Green+Blue) = 166+103+100=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A66764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66764 is #59989B. Grayscale: #797979. Windows color (decimal): -5871772 or 6580134. OLE color: 6580134.

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

Color convert

RGB166103100-
CMYK00.380.400.35
HSL2.73º27.05%52.16%-
HSV(B)2.73º39.76%65.1%-
XYZ22.8818.7314.47-
YUV121.5115.87159.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.99%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=44.99%
G=27.91%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610310000.380.400.352.7327.0552.16
HexA66764026282331b34
Octal246147144046504333364
Binary101001101100111110010001001101010001000111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66764; }

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

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

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

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

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

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

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

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