#A4AB85

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

Shades of Bud #A4AB85

Tints of Bud #A4AB85

Color information

#A4AB85 (or 0xA4AB85) is unknown color: approx Bud. HEX triplet: A4, AB and 85. RGB value is (164,171,133). Sum of RGB (Red+Green+Blue) = 164+171+133=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB85 is #5B547A. Grayscale: #A4A4A4. Windows color (decimal): -5985403 or 8760228. OLE color: 8760228.

HSL color Cylindrical-coordinate representation of color #A4AB85: hue angle of 71.05º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4AB85 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB164171133-
CMYK0.0400.220.33
HSL71.05º18.45%59.61%-
HSV(B)71.05º22.22%67.06%-
XYZ34.1138.7127.86-
YUV164.58110.18127.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=35.04%
G=36.54%
B=28.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711330.0400.220.3371.0518.4559.61
HexA4AB8540162147123c
Octal2442532054026411072274
Binary101001001010101110000101100010110100001100011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB85; }

 p { color: rgb(164,171,133); }

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

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

 a { background-color: rgb(164,171,133); }

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

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

 span { border-color: rgb(164,171,133); }

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