#A4A48A

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

Shades of Bud #A4A48A

Tints of Bud #A4A48A

Color information

#A4A48A (or 0xA4A48A) is unknown color: approx Bud. HEX triplet: A4, A4 and 8A. RGB value is (164,164,138). Sum of RGB (Red+Green+Blue) = 164+164+138=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A48A is #5B5B75. Grayscale: #A1A1A1. Windows color (decimal): -5987190 or 9086116. OLE color: 9086116.

HSL color Cylindrical-coordinate representation of color #A4A48A: hue angle of 60º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4A48A is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB164164138-
CMYK000.160.36
HSL60º12.5%59.22%-
HSV(B)60º15.85%64.31%-
XYZ33.1736.2829.3-
YUV161.04115130.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 138 (54.30% from 255) = 29.61%
R=35.19%
G=35.19%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164164138000.160.366012.559.22
HexA4A48A0010243cd3b
Octal244244212002044741573
Binary10100100101001001000101000100001001001111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A48A; }

 p { color: rgb(164,164,138); }

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

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

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

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

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

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

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