#A7AA8E

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

Shades of Bud #A7AA8E

Tints of Bud #A7AA8E

Color information

#A7AA8E (or 0xA7AA8E) is unknown color: approx Bud. HEX triplet: A7, AA and 8E. RGB value is (167,170,142). Sum of RGB (Red+Green+Blue) = 167+170+142=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AA8E is #585571. Grayscale: #A6A6A6. Windows color (decimal): -5789042 or 9349799. OLE color: 9349799.

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

Color convert

RGB167170142-
CMYK0.0200.160.33
HSL66.43º14.14%61.18%-
HSV(B)66.43º16.47%66.67%-
XYZ35.1938.9231.25-
YUV165.91114.51128.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=34.86%
G=35.49%
B=29.65%

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
Decimal1671701420.0200.160.3366.4314.1461.18
HexA7AA8E20102142e3d
Octal2472522162020411021675
Binary1010011110101010100011101001000010000110000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA8E; }

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

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

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

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

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

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

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

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