#A4A790

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

Shades of Bud #A4A790

Tints of Bud #A4A790

Color information

#A4A790 (or 0xA4A790) is unknown color: approx Bud. HEX triplet: A4, A7 and 90. RGB value is (164,167,144). Sum of RGB (Red+Green+Blue) = 164+167+144=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A790 is #5B586F. Grayscale: #A3A3A3. Windows color (decimal): -5986416 or 9480100. OLE color: 9480100.

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

Color convert

RGB164167144-
CMYK0.0200.140.35
HSL67.83º11.56%60.98%-
HSV(B)67.83º13.77%65.49%-
XYZ34.1637.5431.83-
YUV163.48117.01128.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=34.53%
G=35.16%
B=30.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641671440.0200.140.3567.8311.5660.98
HexA4A79020E2344c3d
Octal2442472202016431041475
Binary101001001010011110010000100111010001110001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A790; }

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

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

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

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

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

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

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

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