#A6A68A

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

Shades of Bud #A6A68A

Tints of Bud #A6A68A

Color information

#A6A68A (or 0xA6A68A) is unknown color: approx Bud. HEX triplet: A6, A6 and 8A. RGB value is (166,166,138). Sum of RGB (Red+Green+Blue) = 166+166+138=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A68A is #595975. Grayscale: #A2A2A2. Windows color (decimal): -5855606 or 9086630. OLE color: 9086630.

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

Color convert

RGB166166138-
CMYK000.170.35
HSL60º13.59%59.61%-
HSV(B)60º16.87%65.1%-
XYZ33.9537.2129.44-
YUV162.81114130.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=35.32%
G=35.32%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166166138000.170.356013.5959.61
HexA6A68A0011233ce3c
Octal246246212002143741674
Binary10100110101001101000101000100011000111111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A68A; }

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

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

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

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

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

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

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

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