#A6B085

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

Shades of Bud #A6B085

Tints of Bud #A6B085

Color information

#A6B085 (or 0xA6B085) is unknown color: approx Bud. HEX triplet: A6, B0 and 85. RGB value is (166,176,133). Sum of RGB (Red+Green+Blue) = 166+176+133=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B085 is #594F7A. Grayscale: #A8A8A8. Windows color (decimal): -5853051 or 8761510. OLE color: 8761510.

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

Color convert

RGB166176133-
CMYK0.0600.240.31
HSL73.95º21.39%60.59%-
HSV(B)73.95º24.43%69.02%-
XYZ35.4840.8528.21-
YUV168.11108.19126.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 133 (52.34% from 255) = 28%
R=34.95%
G=37.05%
B=28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661761330.0600.240.3173.9521.3960.59
HexA6B08560181F4a153d
Octal2462602056030371122575
Binary10100110101100001000010111001100011111100101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B085; }

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

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

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

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

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

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

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

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