#A66B64

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

Shades of Coral Tree #A66B64

Tints of Coral Tree #A66B64

Color information

#A66B64 (or 0xA66B64) is unknown color: approx Coral Tree. HEX triplet: A6, 6B and 64. RGB value is (166,107,100). Sum of RGB (Red+Green+Blue) = 166+107+100=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B64 is #59949B. Grayscale: #7B7B7B. Windows color (decimal): -5870748 or 6581158. OLE color: 6581158.

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

Color convert

RGB166107100-
CMYK00.360.400.35
HSL6.36º27.05%52.16%-
HSV(B)6.36º39.76%65.1%-
XYZ23.2819.5414.6-
YUV123.84114.55158.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=44.50%
G=28.69%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610710000.360.400.356.3627.0552.16
HexA66B64024282361b34
Octal246153144044504363364
Binary1010011011010111100100010010010100010001111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B64; }

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

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

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

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

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

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

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

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