#A4A48B

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

Shades of Bud #A4A48B

Tints of Bud #A4A48B

Color information

#A4A48B (or 0xA4A48B) is unknown color: approx Bud. HEX triplet: A4, A4 and 8B. RGB value is (164,164,139). Sum of RGB (Red+Green+Blue) = 164+164+139=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A48B is #5B5B74. Grayscale: #A1A1A1. Windows color (decimal): -5987189 or 9151652. OLE color: 9151652.

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

Color convert

RGB164164139-
CMYK000.150.36
HSL60º12.08%59.41%-
HSV(B)60º15.24%64.31%-
XYZ33.2536.3129.68-
YUV161.15115.5130.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=35.12%
G=35.12%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164164139000.150.366012.0859.41
HexA4A48B00F243cc3b
Octal244244213001744741473
Binary1010010010100100100010110011111001001111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A48B; }

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

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

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

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

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

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

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

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