#A66360

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

Shades of Coral Tree #A66360

Tints of Coral Tree #A66360

Color information

#A66360 (or 0xA66360) is unknown color: approx Coral Tree. HEX triplet: A6, 63 and 60. RGB value is (166,99,96). Sum of RGB (Red+Green+Blue) = 166+99+96=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A66360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66360 is #599C9F. Grayscale: #767676. Windows color (decimal): -5872800 or 6316966. OLE color: 6316966.

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

Color convert

RGB1669996-
CMYK00.400.420.35
HSL2.57º28.23%51.37%-
HSV(B)2.57º42.17%65.1%-
XYZ22.317.8813.34-
YUV118.69115.2161.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=45.98%
G=27.42%
B=26.59%

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
Decimal166999600.400.420.352.5728.2351.37
HexA663600282A2331c33
Octal246143140050524333463
Binary101001101100011110000001010001010101000111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66360; }

 p { color: rgb(166,99,96); }

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

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

 a { background-color: rgb(166,99,96); }

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

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

 span { border-color: rgb(166,99,96); }

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