#A4A48C

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

Shades of Bud #A4A48C

Tints of Bud #A4A48C

Color information

#A4A48C (or 0xA4A48C) is unknown color: approx Bud. HEX triplet: A4, A4 and 8C. RGB value is (164,164,140). Sum of RGB (Red+Green+Blue) = 164+164+140=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A48C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A48C is #5B5B73. Grayscale: #A1A1A1. Windows color (decimal): -5987188 or 9217188. OLE color: 9217188.

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

Color convert

RGB164164140-
CMYK000.150.36
HSL60º11.65%59.61%-
HSV(B)60º14.63%64.31%-
XYZ33.3236.3430.07-
YUV161.26116129.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=35.04%
G=35.04%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164164140000.150.366011.6559.61
HexA4A48C00F243cc3c
Octal244244214001744741474
Binary1010010010100100100011000011111001001111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A48C; }

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

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

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

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

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

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

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

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