#A66A6A

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

Shades of Coral Tree #A66A6A

Tints of Coral Tree #A66A6A

Color information

#A66A6A (or 0xA66A6A) is unknown color: approx Coral Tree. HEX triplet: A6, 6A and 6A. RGB value is (166,106,106). Sum of RGB (Red+Green+Blue) = 166+106+106=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A6A is #599595. Grayscale: #7C7C7C. Windows color (decimal): -5870998 or 6974118. OLE color: 6974118.

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

Color convert

RGB166106106-
CMYK00.360.360.35
HSL25.21%53.33%-
HSV(B)36.14%65.1%-
XYZ23.4819.4616.15-
YUV123.94117.88158-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 106 (41.80% from 255) = 28.04%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=43.92%
G=28.04%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610610600.360.360.35025.2153.33
HexA66A6A024242301935
Octal246152152044444303165
Binary10100110110101011010100100100100100100011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66A6A; }

 p { color: rgb(166,106,106); }

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

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

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

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

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

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

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