#A66C63

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

Shades of Coral Tree #A66C63

Tints of Coral Tree #A66C63

Color information

#A66C63 (or 0xA66C63) is unknown color: approx Coral Tree. HEX triplet: A6, 6C and 63. RGB value is (166,108,99). Sum of RGB (Red+Green+Blue) = 166+108+99=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C63 is #59939C. Grayscale: #7C7C7C. Windows color (decimal): -5870493 or 6515878. OLE color: 6515878.

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

Color convert

RGB16610899-
CMYK00.350.400.35
HSL8.06º27.35%51.96%-
HSV(B)8.06º40.36%65.1%-
XYZ23.3419.7314.38-
YUV124.32113.72157.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=44.50%
G=28.95%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661089900.350.400.358.0627.3551.96
HexA66C63023282381b34
Octal2461541430435043103364
Binary10100110110110011000110100011101000100011100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C63; }

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

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

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

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

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

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

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

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