#A6066D

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

Shades of Eggplant #A6066D

Tints of Eggplant #A6066D

Color information

#A6066D (or 0xA6066D) is unknown color: approx Eggplant. HEX triplet: A6, 06 and 6D. RGB value is (166,6,109). Sum of RGB (Red+Green+Blue) = 166+6+109=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A6066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6066D is #59F992. Grayscale: #414141. Windows color (decimal): -5896595 or 7145126. OLE color: 7145126.

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

Color convert

RGB1666109-
CMYK00.960.340.35
HSL321.38º93.02%33.73%-
HSV(B)321.38º96.39%65.1%-
XYZ18.559.3415.29-
YUV65.58152.51199.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.07%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=59.07%
G=2.14%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166610900.960.340.35321.3893.0233.73
HexA666D06022231415d22
Octal24661550140424350113542
Binary101001101101101101011000001000101000111010000011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6066D; }

 p { color: rgb(166,6,109); }

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

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

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

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

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

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

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