#A66461

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

Shades of Coral Tree #A66461

Tints of Coral Tree #A66461

Color information

#A66461 (or 0xA66461) is unknown color: approx Coral Tree. HEX triplet: A6, 64 and 61. RGB value is (166,100,97). Sum of RGB (Red+Green+Blue) = 166+100+97=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A66461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66461 is #599B9E. Grayscale: #777777. Windows color (decimal): -5872543 or 6382758. OLE color: 6382758.

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

Color convert

RGB16610097-
CMYK00.400.420.35
HSL2.61º27.94%51.57%-
HSV(B)2.61º41.57%65.1%-
XYZ22.4418.0813.62-
YUV119.39115.37161.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.73%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=45.73%
G=27.55%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661009700.400.420.352.6127.9451.57
HexA664610282A2331c34
Octal246144141050524333464
Binary101001101100100110000101010001010101000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66461; }

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

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

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

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

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

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

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

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