#A7AA8D

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

Shades of Bud #A7AA8D

Tints of Bud #A7AA8D

Color information

#A7AA8D (or 0xA7AA8D) is unknown color: approx Bud. HEX triplet: A7, AA and 8D. RGB value is (167,170,141). Sum of RGB (Red+Green+Blue) = 167+170+141=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AA8D is #585572. Grayscale: #A5A5A5. Windows color (decimal): -5789043 or 9284263. OLE color: 9284263.

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

Color convert

RGB167170141-
CMYK0.0200.170.33
HSL66.21º14.57%60.98%-
HSV(B)66.21º17.06%66.67%-
XYZ35.1238.8930.85-
YUV165.8114.01128.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=34.94%
G=35.56%
B=29.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671701410.0200.170.3366.2114.5760.98
HexA7AA8D20112142f3d
Octal2472522152021411021775
Binary1010011110101010100011011001000110000110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA8D; }

 p { color: rgb(167,170,141); }

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

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

 a { background-color: rgb(167,170,141); }

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

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

 span { border-color: rgb(167,170,141); }

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