#A7A794

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

Shades of Bud #A7A794

Tints of Bud #A7A794

Color information

#A7A794 (or 0xA7A794) is unknown color: approx Bud. HEX triplet: A7, A7 and 94. RGB value is (167,167,148). Sum of RGB (Red+Green+Blue) = 167+167+148=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A794 is #58586B. Grayscale: #A4A4A4. Windows color (decimal): -5789804 or 9742247. OLE color: 9742247.

HSL color Cylindrical-coordinate representation of color #A7A794: hue angle of 60º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7A794 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB167167148-
CMYK000.110.35
HSL60º9.74%61.76%-
HSV(B)60º11.38%65.49%-
XYZ35.137.9933.5-
YUV164.83118.5129.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=34.65%
G=34.65%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167167148000.110.35609.7461.76
HexA7A79400B233ca3e
Octal247247224001343741276
Binary1010011110100111100101000010111000111111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A794; }

 p { color: rgb(167,167,148); }

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

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

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

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

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

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

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