#A66562

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

Shades of Coral Tree #A66562

Tints of Coral Tree #A66562

Color information

#A66562 (or 0xA66562) is unknown color: approx Coral Tree. HEX triplet: A6, 65 and 62. RGB value is (166,101,98). Sum of RGB (Red+Green+Blue) = 166+101+98=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A66562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66562 is #599A9D. Grayscale: #787878. Windows color (decimal): -5872286 or 6448550. OLE color: 6448550.

HSL color Cylindrical-coordinate representation of color #A66562: hue angle of 2.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A66562 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16610198-
CMYK00.390.410.35
HSL2.65º27.64%51.76%-
HSV(B)2.65º40.96%65.1%-
XYZ22.5818.313.9-
YUV120.09115.53160.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=45.48%
G=27.67%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661019800.390.410.352.6527.6451.76
HexA66562027292331c34
Octal246145142047514333464
Binary101001101100101110001001001111010011000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66562; }

 p { color: rgb(166,101,98); }

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

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

 a { background-color: rgb(166,101,98); }

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

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

 span { border-color: rgb(166,101,98); }

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