#A6B185

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

Shades of Bud #A6B185

Tints of Bud #A6B185

Color information

#A6B185 (or 0xA6B185) is unknown color: approx Bud. HEX triplet: A6, B1 and 85. RGB value is (166,177,133). Sum of RGB (Red+Green+Blue) = 166+177+133=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B185 is #594E7A. Grayscale: #A8A8A8. Windows color (decimal): -5852795 or 8761766. OLE color: 8761766.

HSL color Cylindrical-coordinate representation of color #A6B185: hue angle of 75º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6B185 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB166177133-
CMYK0.0600.250.31
HSL75º22%60.78%-
HSV(B)75º24.86%69.41%-
XYZ35.6841.2428.27-
YUV168.7107.86126.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=34.87%
G=37.18%
B=27.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661771330.0600.250.31752260.78
HexA6B18560191F4b163d
Octal2462612056031371132675
Binary10100110101100011000010111001100111111100101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B185; }

 p { color: rgb(166,177,133); }

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

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

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

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

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

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

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