#A4A691

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

Shades of Bud #A4A691

Tints of Bud #A4A691

Color information

#A4A691 (or 0xA4A691) is unknown color: approx Bud. HEX triplet: A4, A6 and 91. RGB value is (164,166,145). Sum of RGB (Red+Green+Blue) = 164+166+145=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A691 is #5B596E. Grayscale: #A3A3A3. Windows color (decimal): -5986671 or 9545380. OLE color: 9545380.

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

Color convert

RGB164166145-
CMYK0.0100.130.35
HSL65.71º10.55%60.98%-
HSV(B)65.71º12.65%65.1%-
XYZ34.0637.2132.18-
YUV163.01117.84128.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=34.53%
G=34.95%
B=30.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641661450.0100.130.3565.7110.5560.98
HexA4A69110D2342b3d
Octal2442462211015431021375
Binary10100100101001101001000110110110001110000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A691; }

 p { color: rgb(164,166,145); }

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

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

 a { background-color: rgb(164,166,145); }

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

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

 span { border-color: rgb(164,166,145); }

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