#A4A990

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

Shades of Bud #A4A990

Tints of Bud #A4A990

Color information

#A4A990 (or 0xA4A990) is unknown color: approx Bud. HEX triplet: A4, A9 and 90. RGB value is (164,169,144). Sum of RGB (Red+Green+Blue) = 164+169+144=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A990 is #5B566F. Grayscale: #A4A4A4. Windows color (decimal): -5985904 or 9480612. OLE color: 9480612.

HSL color Cylindrical-coordinate representation of color #A4A990: hue angle of 72º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4A990 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB164169144-
CMYK0.0300.150.34
HSL72º12.69%61.37%-
HSV(B)72º14.79%66.27%-
XYZ34.5338.2831.95-
YUV164.65116.34127.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=34.38%
G=35.43%
B=30.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641691440.0300.150.347212.6961.37
HexA4A99030F2248d3d
Octal2442512203017421101575
Binary101001001010100110010000110111110001010010001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A990; }

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

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

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

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

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

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

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

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