#A7AB90

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

Shades of Bud #A7AB90

Tints of Bud #A7AB90

Color information

#A7AB90 (or 0xA7AB90) is unknown color: approx Bud. HEX triplet: A7, AB and 90. RGB value is (167,171,144). Sum of RGB (Red+Green+Blue) = 167+171+144=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AB90 is #58546F. Grayscale: #A6A6A6. Windows color (decimal): -5788784 or 9481127. OLE color: 9481127.

HSL color Cylindrical-coordinate representation of color #A7AB90: hue angle of 68.89º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7AB90 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB167171144-
CMYK0.0200.160.33
HSL68.89º13.85%61.76%-
HSV(B)68.89º15.79%67.06%-
XYZ35.5339.3532.11-
YUV166.73115.17128.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=34.65%
G=35.48%
B=29.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671711440.0200.160.3368.8913.8561.76
HexA7AB9020102145e3e
Octal2472532202020411051676
Binary1010011110101011100100001001000010000110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AB90; }

 p { color: rgb(167,171,144); }

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

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

 a { background-color: rgb(167,171,144); }

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

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

 span { border-color: rgb(167,171,144); }

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