#A4A78E

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

Shades of Bud #A4A78E

Tints of Bud #A4A78E

Color information

#A4A78E (or 0xA4A78E) is unknown color: approx Bud. HEX triplet: A4, A7 and 8E. RGB value is (164,167,142). Sum of RGB (Red+Green+Blue) = 164+167+142=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A78E is #5B5871. Grayscale: #A3A3A3. Windows color (decimal): -5986418 or 9349028. OLE color: 9349028.

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

Color convert

RGB164167142-
CMYK0.0200.150.35
HSL67.2º12.44%60.59%-
HSV(B)67.2º14.97%65.49%-
XYZ34.0137.4831.03-
YUV163.25116.01128.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=34.67%
G=35.31%
B=30.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641671420.0200.150.3567.212.4460.59
HexA4A78E20F2343c3d
Octal2442472162017431031475
Binary101001001010011110001110100111110001110000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A78E; }

 p { color: rgb(164,167,142); }

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

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

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

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

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

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

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