#A66F68

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

Shades of Coral Tree #A66F68

Tints of Coral Tree #A66F68

Color information

#A66F68 (or 0xA66F68) is unknown color: approx Coral Tree. HEX triplet: A6, 6F and 68. RGB value is (166,111,104). Sum of RGB (Red+Green+Blue) = 166+111+104=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F68 is #599097. Grayscale: #7E7E7E. Windows color (decimal): -5869720 or 6844326. OLE color: 6844326.

HSL color Cylindrical-coordinate representation of color #A66F68: hue angle of 6.77º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66F68 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB166111104-
CMYK00.330.370.35
HSL6.77º25.83%52.94%-
HSV(B)6.77º37.35%65.1%-
XYZ23.9120.4815.79-
YUV126.65115.22156.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=43.57%
G=29.13%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611110400.330.370.356.7725.8352.94
HexA66F68021252371a35
Octal246157150041454373265
Binary1010011011011111101000010000110010110001111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F68; }

 p { color: rgb(166,111,104); }

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

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

 a { background-color: rgb(166,111,104); }

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

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

 span { border-color: rgb(166,111,104); }

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